Enum IsOffscreenBehavior
- Namespace
- Avalonia.Automation
- Assembly
- Avalonia.Controls.dll
This enum offers different ways of evaluating the IsOffscreen AutomationProperty
public enum IsOffscreenBehavior
Fields
Default = 0
The AutomationProperty IsOffscreen is calculated based on IsVisible.
FromClip = 3
The AutomationProperty IsOffscreen is calculated based on clip regions.
Offscreen = 2
The AutomationProperty IsOffscreen if true.
Onscreen = 1
The AutomationProperty IsOffscreen is false.