AccessibilityView Enumeration
Declares how a control should included in different views of the automation tree.
Namespace: Avalonia.AutomationAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum AccessibilityView
Public Enumeration AccessibilityView
| 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.
|