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 AcceleratorKey property from a StyledElement.
GetAccessibilityView(StyledElement)Helper for reading AccessibilityView property from a StyledElement.
GetAccessKey(StyledElement)Helper for reading AccessKey property from a StyledElement.
GetAutomationId(StyledElement)Helper for reading AutomationId property from a StyledElement.
GetControlTypeOverride(StyledElement)Helper for reading ControlTypeOverride property from a StyledElement.
GetHelpText(StyledElement)Helper for reading HelpText property from a StyledElement.
GetIsColumnHeader(StyledElement)Helper for reading IsColumnHeader property from a StyledElement.
GetIsOffscreenBehavior(StyledElement)Helper for reading IsOffscreenBehavior property from a StyledElement.
GetIsRequiredForForm(StyledElement)Helper for reading IsRequiredForForm property from a StyledElement.
GetIsRowHeader(StyledElement)Helper for reading IsRowHeader property from a StyledElement.
GetItemStatus(StyledElement)Helper for reading ItemStatus property from a StyledElement.
GetItemType(StyledElement)Helper for reading ItemType property from a StyledElement.
GetLabeledBy(StyledElement)Helper for reading LabeledBy property from a StyledElement.
GetLiveSetting(StyledElement)Helper for reading LiveSetting property from a StyledElement.
GetName(StyledElement)Helper for reading Name property from a StyledElement.
GetPositionInSet(StyledElement)Helper for reading PositionInSet property from a StyledElement.
GetSizeOfSet(StyledElement)Helper for reading SizeOfSet property from a StyledElement.
SetAcceleratorKey(StyledElement, String)Helper for setting AcceleratorKey property on a StyledElement.
SetAccessibilityView(StyledElement, AccessibilityView)Helper for setting AccessibilityView property on a StyledElement.
SetAccessKey(StyledElement, String)Helper for setting AccessKey property on a StyledElement.
SetAutomationId(StyledElement, String)Helper for setting AutomationId property on a StyledElement.
SetControlTypeOverride(StyledElement, Nullable(AutomationControlType))Helper for setting ControlTypeOverride property on a StyledElement.
SetHelpText(StyledElement, String)Helper for setting HelpText property on a StyledElement.
SetIsColumnHeader(StyledElement, Boolean)Helper for setting IsColumnHeader property on a StyledElement.
SetIsOffscreenBehavior(StyledElement, IsOffscreenBehavior)Helper for setting IsOffscreenBehavior property on a StyledElement.
SetIsRequiredForForm(StyledElement, Boolean)Helper for setting IsRequiredForForm property on a StyledElement.
SetIsRowHeader(StyledElement, Boolean)Helper for setting IsRowHeader property on a StyledElement.
SetItemStatus(StyledElement, String)Helper for setting ItemStatus property on a StyledElement.
SetItemType(StyledElement, String)Helper for setting ItemType property on a StyledElement.
SetLabeledBy(StyledElement, Control)Helper for setting LabeledBy property on a StyledElement.
SetLiveSetting(StyledElement, AutomationLiveSetting)Helper for setting LiveSetting property on a StyledElement.
SetName(StyledElement, String)Helper for setting Name property on a StyledElement.
SetPositionInSet(StyledElement, Int32)Helper for setting PositionInSet property on a StyledElement.
SetSizeOfSet(StyledElement, Int32)Helper for setting SizeOfSet property 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