EffectiveViewportChangedEventArgs.EffectiveViewport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.