AutomationProperties Class

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static class AutomationProperties
Inheritance
Object    AutomationProperties

Methods

GetAcceleratorKey(StyledElement) Helper for reading the value of the AcceleratorKeyProperty on a StyledElement.
GetAccessibilityView(StyledElement) Helper for reading the value of the AccessibilityViewProperty on a StyledElement.
GetAccessKey(StyledElement) Helper for reading the value of the AccessKeyProperty on a StyledElement.
GetAutomationId(StyledElement) Helper for reading the value of the AutomationIdProperty on a StyledElement.
GetControlTypeOverride(StyledElement) Helper for reading the value of the ControlTypeOverrideProperty on a StyledElement.
GetHelpText(StyledElement) Helper for reading the value of the HelpTextProperty on a StyledElement.
GetIsColumnHeader(StyledElement) Helper for reading the value of the IsColumnHeaderProperty on a StyledElement.
GetIsOffscreenBehavior(StyledElement) Helper for reading the value of the IsOffscreenBehaviorProperty on a StyledElement.
GetIsRequiredForForm(StyledElement) Helper for reading the value of the IsRequiredForFormProperty on a StyledElement.
GetIsRowHeader(StyledElement) Helper for reading the value of the IsRowHeaderProperty on a StyledElement.
GetItemStatus(StyledElement) Helper for reading the value of the ItemStatusProperty on a StyledElement.
GetItemType(StyledElement) Helper for reading the value of the ItemTypeProperty on a StyledElement.
GetLabeledBy(StyledElement) Helper for reading the value of the LabeledByProperty on a StyledElement.
GetLiveSetting(StyledElement) Helper for reading the value of the LiveSettingProperty on a StyledElement.
GetName(StyledElement) Helper for reading the value of the NameProperty on a StyledElement.
GetPositionInSet(StyledElement) Helper for reading the value of the PositionInSetProperty on a StyledElement.
GetSizeOfSet(StyledElement) Helper for reading the value of the SizeOfSetProperty on a StyledElement.
SetAcceleratorKey(StyledElement, String) Helper for setting the value of the AcceleratorKeyProperty on a StyledElement.
SetAccessibilityView(StyledElement, AccessibilityView) Helper for setting the value of the AccessibilityViewProperty on a StyledElement.
SetAccessKey(StyledElement, String) Helper for setting the value of the AccessKeyProperty on a StyledElement.
SetAutomationId(StyledElement, String) Helper for setting the value of the AutomationIdProperty on a StyledElement.
SetControlTypeOverride(StyledElement, NullableAutomationControlType) Helper for setting the value of the ControlTypeOverrideProperty on a StyledElement.
SetHelpText(StyledElement, String) Helper for setting the value of the HelpTextProperty on a StyledElement.
SetIsColumnHeader(StyledElement, Boolean) Helper for setting the value of the IsColumnHeaderProperty on a StyledElement.
SetIsOffscreenBehavior(StyledElement, IsOffscreenBehavior) Helper for setting the value of the IsOffscreenBehaviorProperty on a StyledElement.
SetIsRequiredForForm(StyledElement, Boolean) Helper for setting the value of the IsRequiredForFormProperty on a StyledElement.
SetIsRowHeader(StyledElement, Boolean) Helper for setting the value of the IsRowHeaderProperty on a StyledElement.
SetItemStatus(StyledElement, String) Helper for setting the value of the ItemStatusProperty on a StyledElement.
SetItemType(StyledElement, String) Helper for setting the value of the ItemTypeProperty on a StyledElement.
SetLabeledBy(StyledElement, Control) Helper for setting the value of the LabeledByProperty on a StyledElement.
SetLiveSetting(StyledElement, AutomationLiveSetting) Helper for setting the value of the LiveSettingProperty on a StyledElement.
SetName(StyledElement, String) Helper for setting the value of the NameProperty on a StyledElement.
SetPositionInSet(StyledElement, Int32) Helper for setting the value of the PositionInSetProperty on a StyledElement.
SetSizeOfSet(StyledElement, Int32) Helper for setting the value of the SizeOfSetProperty on a StyledElement.

Fields

AcceleratorKeyProperty Defines the AutomationProperties.AcceleratorKey attached property.
AccessibilityViewProperty Defines the AutomationProperties.AccessibilityView attached property.
AccessKeyProperty Defines the AutomationProperties.AccessKey attached property
AutomationIdProperty Defines the AutomationProperties.AutomationId attached property.
ControlTypeOverrideProperty Defines the AutomationProperties.ControlTypeOverride attached property.
HelpTextProperty Defines the AutomationProperties.HelpText attached property.
IsColumnHeaderProperty Defines the AutomationProperties.IsColumnHeader attached property.
IsOffscreenBehaviorProperty Defines the AutomationProperties.IsOffscreenBehavior attached property.
IsRequiredForFormProperty Defines the AutomationProperties.IsRequiredForForm attached property.
IsRowHeaderProperty Defines the AutomationProperties.IsRowHeader attached property.
ItemStatusProperty Defines the AutomationProperties.ItemStatus attached property.
ItemTypeProperty Defines the AutomationProperties.ItemType attached property.
LabeledByProperty Defines the AutomationProperties.LabeledBy attached property.
LiveSettingProperty Defines the AutomationProperties.LiveSetting attached property.
NameProperty Defines the AutomationProperties.Name attached attached property.
PositionInSetProperty Defines the AutomationProperties.PositionInSet attached property.
SizeOfSetProperty Defines the AutomationProperties.SizeOfSet attached property.

See Also