AutomationPropertiesAccessibilityViewProperty Field

Defines the AutomationProperties.AccessibilityView attached property.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly AttachedProperty<AccessibilityView> AccessibilityViewProperty

Field Value

AttachedPropertyAccessibilityView

Remarks

The value of this property affects the default value of the IsContentElement and IsControlElement properties.

See Also