Skip to main content

IsOffscreenBehavior Enumeration

This enum offers different ways of evaluating the IsOffscreen AutomationProperty

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum IsOffscreenBehavior
View Source

Members

Default0The AutomationProperty IsOffscreen is calculated based on IsVisible.
Onscreen1The AutomationProperty IsOffscreen is false.
Offscreen2The AutomationProperty IsOffscreen if true.
FromClip3The AutomationProperty IsOffscreen is calculated based on clip regions.

See Also

Reference

Avalonia.Automation Namespace