HierarchicalVirtualizationItemDesiredSizes Structure
.NET Framework 4.5
Represents the desired size of the control's items, in device-independent units (1/96th inch per unit) and in logical units.
Assembly: PresentationFramework (in PresentationFramework.dll)
The HierarchicalVirtualizationItemDesiredSizes type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HierarchicalVirtualizationItemDesiredSizes | Initializes a new instance of the HierarchicalVirtualizationItemDesiredSizes class. |
| Name | Description | |
|---|---|---|
![]() | LogicalSize | Gets the size of the control's child items, in logical units. |
![]() | LogicalSizeAfterViewport | Gets the size of the control's child items that are in the cache after the viewport, in logical units. |
![]() | LogicalSizeBeforeViewport | Gets the control's child items that are in the cache before the viewport, in logical units. |
![]() | LogicalSizeInViewport | Gets the control's child items that are in the viewport, in logical units. |
![]() | PixelSize | Gets the size of the control's child items, in device-independent units (1/96th inch per unit). |
![]() | PixelSizeAfterViewport | Gets 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). |
![]() | PixelSizeBeforeViewport | Gets 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). |
![]() | PixelSizeInViewport | Gets the size of the control's child items that are in the viewport, in device-independent units (1/96th inch per unit). |
| Name | Description | |
|---|---|---|
![]() | Equals(HierarchicalVirtualizationItemDesiredSizes) | Returns a value that indicates whether the specified HierarchicalVirtualizationItemDesiredSizes object is equal to this HierarchicalVirtualizationItemDesiredSizes object. |
![]() | Equals(Object) | Returns a value that indicates whether the specified object is equal to this HierarchicalVirtualizationItemDesiredSizes object. (Overrides ValueType.Equals(Object).) |
![]() | GetHashCode | Gets a hash code for this HierarchicalVirtualizationItemDesiredSizes object. (Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Returns a value that indicates whether the specified object HierarchicalVirtualizationItemDesiredSizes are equal. |
![]() ![]() | Inequality | Returns a value that indicates whether the specified object HierarchicalVirtualizationItemDesiredSizes are unequal. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), 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.
