Table of Contents

Class TextBlockAutomationPeer

Namespace
Avalonia.Automation.Peers
Assembly
Avalonia.Controls.dll
public class TextBlockAutomationPeer : ControlAutomationPeer
Inheritance
TextBlockAutomationPeer
Inherited Members

Constructors

TextBlockAutomationPeer(TextBlock)

public TextBlockAutomationPeer(TextBlock owner)

Parameters

owner TextBlock

Properties

Owner

public TextBlock Owner { get; }

Property Value

TextBlock

Methods

GetAutomationControlTypeCore()

protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetNameCore()

protected override string? GetNameCore()

Returns

string

IsControlElementCore()

protected override bool IsControlElementCore()

Returns

bool