IsOffscreenBehavior Enumeration

This enum offers different ways of evaluating the IsOffscreen AutomationProperty

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum IsOffscreenBehavior

Members

Default0 The AutomationProperty IsOffscreen is calculated based on IsVisible.
Onscreen1 The AutomationProperty IsOffscreen is false.
Offscreen2 The AutomationProperty IsOffscreen if true.
FromClip3 The AutomationProperty IsOffscreen is calculated based on clip regions.

See Also