HierarchicalVirtualizationHeaderDesiredSizes Structure
Represents the desired size of the control's header, in pixels and in logical units. This structure is used by the IHierarchicalVirtualizationAndScrollInfo interface.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | HierarchicalVirtualizationHeaderDesiredSizes(Size, Size) | Initializes a new instance of the HierarchicalVirtualizationHeaderDesiredSizes class. |
| Name | Description | |
|---|---|---|
![]() | LogicalSize | Gets the size of the header, in logical units. |
![]() | PixelSize | Gets the size of the header, in device-independent units (1/96th inch per unit). |
| Name | Description | |
|---|---|---|
![]() | Equals(HierarchicalVirtualizationHeaderDesiredSizes) | Returns a value that indicates whether the specified HierarchicalVirtualizationHeaderDesiredSizes object is equal to this HierarchicalVirtualizationHeaderDesiredSizes object. |
![]() | Equals(Object^) | Returns a value that indicates whether the specified object is equal to this HierarchicalVirtualizationHeaderDesiredSizes object.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Gets a hash code for the HierarchicalVirtualizationHeaderDesiredSizes.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(HierarchicalVirtualizationHeaderDesiredSizes, HierarchicalVirtualizationHeaderDesiredSizes) | Returns a value that indicates whether the specified HierarchicalVirtualizationHeaderDesiredSizes objects are equal. |
![]() ![]() | Inequality(HierarchicalVirtualizationHeaderDesiredSizes, HierarchicalVirtualizationHeaderDesiredSizes) | Returns a value that indicates whether the specified HierarchicalVirtualizationHeaderDesiredSizes objects 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.



