HierarchicalVirtualizationItemDesiredSizes Structure
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)
| Name | Description | |
|---|---|---|
![]() | HierarchicalVirtualizationItemDesiredSizes(Size, Size, Size, Size, Size, Size, Size, Size) | 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() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(HierarchicalVirtualizationItemDesiredSizes, HierarchicalVirtualizationItemDesiredSizes) | Returns a value that indicates whether the specified object HierarchicalVirtualizationItemDesiredSizes are equal. |
![]() ![]() | Inequality(HierarchicalVirtualizationItemDesiredSizes, HierarchicalVirtualizationItemDesiredSizes) | Returns a value that indicates whether the specified object HierarchicalVirtualizationItemDesiredSizes are unequal. |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



