Skip to main content

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)

public enum AccessibilityView

Members

Default0The control's view is defined by its automation peer.
Raw1The control is included in the Raw view of the automation tree.
Control2The control is included in the Control view of the automation tree.
Content3The control is included in the Content view of the automation tree.

See Also

Reference

Avalonia.Automation Namespace