IsOffscreenBehavior Enumeration
This enum offers different ways of evaluating the IsOffscreen AutomationProperty
Namespace: Avalonia.AutomationAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum IsOffscreenBehavior
Public Enumeration IsOffscreenBehavior
| Default | 0 |
The AutomationProperty IsOffscreen is calculated based on IsVisible.
|
| Onscreen | 1 |
The AutomationProperty IsOffscreen is false.
|
| Offscreen | 2 |
The AutomationProperty IsOffscreen if true.
|
| FromClip | 3 |
The AutomationProperty IsOffscreen is calculated based on clip regions.
|