Skip to main content

EffectiveViewportChangedEventArgs Class

Definition

Namespace:Avalonia.Layout
Assembly:Avalonia.Base
Package:Avalonia
public class EffectiveViewportChangedEventArgs

Inheritance: EventArgs -> EffectiveViewportChangedEventArgs

Constructors

NameDescription
EffectiveViewportChangedEventArgsNo summary available.

EffectiveViewportChangedEventArgs Constructor

public EffectiveViewportChangedEventArgs(Avalonia.Rect effectiveViewport)

Parameters

effectiveViewport Avalonia.Rect

Properties

NameDescription
EffectiveViewportGets 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.