EffectiveViewportChangedEventArgs Class
Definition
Provides data for the Avalonia.Layout.Layoutable.EffectiveViewportChanged event.
public class EffectiveViewportChangedEventArgs
Constructors
| Name | Description |
|---|---|
| EffectiveViewportChangedEventArgs | No summary available. |
EffectiveViewportChangedEventArgs Constructor
public EffectiveViewportChangedEventArgs(Avalonia.Rect effectiveViewport)
Parameters
effectiveViewport Avalonia.Rect
Properties
| Name | Description |
|---|---|
| EffectiveViewport | Gets the Avalonia.Rect representing the effective viewport. |
EffectiveViewport Property
Gets the Avalonia.Rect representing the effective viewport.
public Avalonia.Rect EffectiveViewport { get; set; }
Remarks
The viewport is expressed in coordinates relative to the control that the event is raised on.