Table of Contents

Class EffectiveViewportChangedEventArgs

Namespace
Avalonia.Layout
Assembly
Avalonia.Base.dll

Provides data for the EffectiveViewportChanged event.

public class EffectiveViewportChangedEventArgs : EventArgs
Inheritance
EffectiveViewportChangedEventArgs
Inherited Members

Constructors

EffectiveViewportChangedEventArgs(Rect)

public EffectiveViewportChangedEventArgs(Rect effectiveViewport)

Parameters

effectiveViewport Rect

Properties

EffectiveViewport

Gets the Rect representing the effective viewport.

public Rect EffectiveViewport { get; }

Property Value

Rect

Remarks

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