IsOffscreenBehavior Enum
Definition
This enum offers different ways of evaluating the IsOffscreen AutomationProperty
public enum IsOffscreenBehavior
Fields
| Name | Description |
|---|---|
| Default | The AutomationProperty IsOffscreen is calculated based on IsVisible. |
| FromClip | The AutomationProperty IsOffscreen is calculated based on clip regions. |
| Offscreen | The AutomationProperty IsOffscreen if true. |
| Onscreen | The 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