IsOffscreen Method
Gets a value that indicates whether an element is off the screen.
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsOffscreen()
Public Function IsOffscreen As Boolean
member IsOffscreen : unit -> bool
Return Value
BooleanRemarks
This property does not indicate whether the element is visible. In some circumstances, an element is on the screen but is still not visible. For example, if the element is on the screen but obscured by other elements, it might not be visible. In this case, the method returns false.