HierarchicalVirtualizationItemDesiredSizes Constructor
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the HierarchicalVirtualizationItemDesiredSizes class.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
public HierarchicalVirtualizationItemDesiredSizes(
Size logicalSize,
Size logicalSizeInViewport,
Size logicalSizeBeforeViewport,
Size logicalSizeAfterViewport,
Size pixelSize,
Size pixelSizeInViewport,
Size pixelSizeBeforeViewport,
Size pixelSizeAfterViewport
)
Parameters
- logicalSize
- Type: System.Windows.Size
The size of the control's child items, in logical units.
- logicalSizeInViewport
- Type: System.Windows.Size
The size of the control's child items that are in the viewport, in logical units.
- logicalSizeBeforeViewport
- Type: System.Windows.Size
The size of the control's child items that are in the cache before the viewport, in logical units.
- logicalSizeAfterViewport
- Type: System.Windows.Size
The size of the control's child items that are in the cache after the viewport, in logical units.
- pixelSize
- Type: System.Windows.Size
The size of the control's child items, in device-independent units (1/96th inch per unit).
- pixelSizeInViewport
- Type: System.Windows.Size
The size of the control's child items that are in viewport, in device-independent units (1/96th inch per unit).
- pixelSizeBeforeViewport
- Type: System.Windows.Size
The size of the control's child items that are in the cache before the viewport, in device-independent units (1/96th inch per unit).
- pixelSizeAfterViewport
- Type: System.Windows.Size
The size of the control's child items that are in the cache after the viewport, in device-independent units (1/96th inch per unit).
Windows 8 Consumer Preview, Windows Server 8 Beta, Windows 7, Windows Server 2008 SP2, Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.