Skip to main content

AutomationProperties Class

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static class AutomationProperties
View Source
InheritanceObject → 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, 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.

Fields

AcceleratorKeyPropertyDefines the AutomationProperties.AcceleratorKey attached property.
AccessibilityViewPropertyDefines the AutomationProperties.AccessibilityView attached property.
AccessKeyPropertyDefines the AutomationProperties.AccessKey attached property
AutomationIdPropertyDefines the AutomationProperties.AutomationId attached property.
ControlTypeOverridePropertyDefines the AutomationProperties.ControlTypeOverride attached property.
HelpTextPropertyDefines the AutomationProperties.HelpText attached property.
IsColumnHeaderPropertyDefines the AutomationProperties.IsColumnHeader attached property.
IsOffscreenBehaviorPropertyDefines the AutomationProperties.IsOffscreenBehavior attached property.
IsRequiredForFormPropertyDefines the AutomationProperties.IsRequiredForForm attached property.
IsRowHeaderPropertyDefines the AutomationProperties.IsRowHeader attached property.
ItemStatusPropertyDefines the AutomationProperties.ItemStatus attached property.
ItemTypePropertyDefines the AutomationProperties.ItemType attached property.
LabeledByPropertyDefines the AutomationProperties.LabeledBy attached property.
LiveSettingPropertyDefines the AutomationProperties.LiveSetting attached property.
NamePropertyDefines the AutomationProperties.Name attached attached property.
PositionInSetPropertyDefines the AutomationProperties.PositionInSet attached property.
SizeOfSetPropertyDefines the AutomationProperties.SizeOfSet attached property.

See Also

Reference

Avalonia.Automation Namespace