EffectiveViewportChangedEventArgs.EffectiveViewport Property

Definition

Gets the Rect representing the effective viewport.

public:
 property Rect EffectiveViewport { Rect get(); };
Rect EffectiveViewport();
public Rect EffectiveViewport { get; }
var rect = effectiveViewportChangedEventArgs.effectiveViewport;
Public ReadOnly Property EffectiveViewport As Rect

Property Value

The Rect representing the effective viewport.

Remarks

For more info, see the EffectiveViewportChanged event.

Applies to

See also