EffectiveViewport Property
Gets the Rect representing the effective viewport.
Definition
Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Rect EffectiveViewport { get; }
Public ReadOnly Property EffectiveViewport As Rect
Get
member EffectiveViewport : Rect with get
Property Value
RectRemarks
The viewport is expressed in coordinates relative to the control that the event is raised on.
See Also
Reference
EffectiveViewportChangedEventArgs Class
Avalonia.Layout Namespace