Share via


VirtualizingLayoutContext.VisibleRect Property

Definition

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.

Applies to

See also