VirtualizingLayoutContext.VisibleRect 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.
Gets the visible viewport rectangle within the FrameworkElement
associated with the Layout
.
public:
property Rect VisibleRect { Rect get(); };
Rect VisibleRect();
public Rect VisibleRect { get; }
var rect = virtualizingLayoutContext.visibleRect;
Public ReadOnly Property VisibleRect As Rect
Property Value
The visible viewport rectangle within the FrameworkElement
associated with the Layout
.