Table of Contents

Enum AccessibilityView

Namespace
Avalonia.Automation
Assembly
Avalonia.Controls.dll

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

public enum AccessibilityView

Fields

Content = 3

The control is included in the Content view of the automation tree.

Control = 2

The control is included in the Control view of the automation tree.

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.