Skip to main content

AutomationLiveSetting Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Describes the notification characteristics of a particular live region

public enum AutomationLiveSetting

Inheritance: Enum -> AutomationLiveSetting

Fields

NameDescription
AssertiveThe element sends interruptive notifications if the content of the live region has changed. With this setting, UI Automation clients and assistive technologies are expected to interrupt the user to inform of changes to the live region.
OffThe element does not send notifications if the content of the live region has changed.
PoliteThe element sends non-interruptive notifications if the content of the live region has changed. With this setting, UI Automation clients and assistive technologies are expected to not interrupt the user to inform of changes to the live region.

Assertive Field

The element sends interruptive notifications if the content of the live region has changed. With this setting, UI Automation clients and assistive technologies are expected to interrupt the user to inform of changes to the live region.

public Avalonia.Automation.AutomationLiveSetting Assertive

Off Field

The element does not send notifications if the content of the live region has changed.

public Avalonia.Automation.AutomationLiveSetting Off

Polite Field

The element sends non-interruptive notifications if the content of the live region has changed. With this setting, UI Automation clients and assistive technologies are expected to not interrupt the user to inform of changes to the live region.

public Avalonia.Automation.AutomationLiveSetting Polite