AutomationProperties Class
Definition
public class AutomationProperties
Methods
GetAcceleratorKey Method
Helper for reading the value of the Avalonia.Automation.AutomationProperties.AcceleratorKeyProperty on a StyledElement.
public string GetAcceleratorKey(Avalonia.StyledElement element)
Parameters
element Avalonia.StyledElement
Returns
string
GetAccessibilityView Method
Helper for reading the value of the Avalonia.Automation.AutomationProperties.AccessibilityViewProperty on a StyledElement.
public Avalonia.Automation.AccessibilityView GetAccessibilityView(Avalonia.StyledElement element)
Parameters
element Avalonia.StyledElement
Returns
GetAccessKey Method
Helper for reading the value of the Avalonia.Automation.AutomationProperties.AccessKeyProperty on a StyledElement.
public string GetAccessKey(Avalonia.StyledElement element)
Parameters
element Avalonia.StyledElement
Returns
string
GetAutomationId Method
Helper for reading the value of the Avalonia.Automation.AutomationProperties.AutomationIdProperty on a StyledElement.
public string GetAutomationId(Avalonia.StyledElement element)
Parameters
element Avalonia.StyledElement
Returns
string
GetClassNameOverride Method
Helper for reading the value of the Avalonia.Automation.AutomationProperties.ClassNameOverrideProperty on a StyledElement.
public string GetClassNameOverride(Avalonia.StyledElement element)
Parameters
element Avalonia.StyledElement
Returns
string
GetControlTypeOverride Method
Helper for reading the value of the Avalonia.Automation.AutomationProperties.ControlTypeOverrideProperty on a StyledElement.
public Nullable<Avalonia.Automation.Peers.AutomationControlType> GetControlTypeOverride(Avalonia.StyledElement element)
Parameters
element Avalonia.StyledElement
Returns
GetHeadingLevel Method
Helper for reading the value of the Avalonia.Automation.AutomationProperties.HeadingLevelProperty on a StyledElement.
public int GetHeadingLevel(Avalonia.StyledElement element)