IsOffscreenBehavior Enumeration
This enum offers different ways of evaluating the IsOffscreen AutomationProperty
Definition
Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum IsOffscreenBehavior
Public Enumeration IsOffscreenBehavior
type IsOffscreenBehavior
Members
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. |