Skip to main content

IsOffscreenBehavior Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

This enum offers different ways of evaluating the IsOffscreen AutomationProperty

public enum IsOffscreenBehavior

Inheritance: Enum -> IsOffscreenBehavior

Fields

NameDescription
DefaultThe AutomationProperty IsOffscreen is calculated based on IsVisible.
FromClipThe AutomationProperty IsOffscreen is calculated based on clip regions.
OffscreenThe AutomationProperty IsOffscreen if true.
OnscreenThe AutomationProperty IsOffscreen is false.

Default Field

The AutomationProperty IsOffscreen is calculated based on IsVisible.

public Avalonia.Automation.IsOffscreenBehavior Default

FromClip Field

The AutomationProperty IsOffscreen is calculated based on clip regions.

public Avalonia.Automation.IsOffscreenBehavior FromClip

Offscreen Field

The AutomationProperty IsOffscreen if true.

public Avalonia.Automation.IsOffscreenBehavior Offscreen

Onscreen Field

The AutomationProperty IsOffscreen is false.

public Avalonia.Automation.IsOffscreenBehavior Onscreen