AccessibilityView Enumeration

Declares how a control should included in different views of the automation tree.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
public enum AccessibilityView

Members

Default0 The control's view is defined by its automation peer.
Raw1 The control is included in the Raw view of the automation tree.
Control2 The control is included in the Control view of the automation tree.
Content3 The control is included in the Content view of the automation tree.

See Also