Skip to main content

AutomationProperties Methods

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, Nullable(AutomationControlType))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.

See Also

Reference

AutomationProperties Class
Avalonia.Automation Namespace