AccessibilityView Enum
Definition
Declares how a control should included in different views of the automation tree.
public enum AccessibilityView
Fields
| Name | Description |
|---|---|
| Content | The control is included in the Content view of the automation tree. |
| Control | The control is included in the Control view of the automation tree. |
| Default | The control's view is defined by its automation peer. |
| Raw | The control is included in the Raw view of the automation tree. |
Content Field
The control is included in the Content view of the automation tree.
public Avalonia.Automation.AccessibilityView Content
Control Field
The control is included in the Control view of the automation tree.
public Avalonia.Automation.AccessibilityView Control
Default Field
The control's view is defined by its automation peer.
public Avalonia.Automation.AccessibilityView Default
Raw Field
The control is included in the Raw view of the automation tree.
public Avalonia.Automation.AccessibilityView Raw