EffectiveViewportChangedEventArgsEffectiveViewport Property

Gets the Rect representing the effective viewport.

Definition

Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect EffectiveViewport { get; }

Property Value

Rect

Remarks

The viewport is expressed in coordinates relative to the control that the event is raised on.

See Also