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)
- C#
- VB
- F#
public enum AccessibilityView
Public Enumeration AccessibilityView
type AccessibilityView
Members
Default | 0 | The control's view is defined by its automation peer. |
Raw | 1 | The control is included in the Raw view of the automation tree. |
Control | 2 | The control is included in the Control view of the automation tree. |
Content | 3 | The control is included in the Content view of the automation tree. |