HierarchicalVirtualizationItemDesiredSizes.LogicalSizeAfterViewport Property

Definition

Gets the size of the control's child items that are in the cache after the viewport, in logical units.

public:
 property System::Windows::Size LogicalSizeAfterViewport { System::Windows::Size get(); };
public System.Windows.Size LogicalSizeAfterViewport { get; }
member this.LogicalSizeAfterViewport : System.Windows.Size
Public ReadOnly Property LogicalSizeAfterViewport As Size

Property Value

The control's child items that are in the cache after the viewport, in logical units.

Applies to