Skip to main content

AccessibilityView Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

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

public enum AccessibilityView

Inheritance: Enum -> AccessibilityView

Fields

NameDescription
ContentThe control is included in the Content view of the automation tree.
ControlThe control is included in the Control view of the automation tree.
DefaultThe control's view is defined by its automation peer.
RawThe 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