Leer en inglés Editar

Compartir a través de


HierarchicalVirtualizationHeaderDesiredSizes Struct

Definition

Represents the desired size of the control's header, in pixels and in logical units. This structure is used by the IHierarchicalVirtualizationAndScrollInfo interface.

C#
public struct HierarchicalVirtualizationHeaderDesiredSizes
Inheritance
HierarchicalVirtualizationHeaderDesiredSizes

Constructors

Properties

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).

Methods

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.

GetHashCode()

Gets a hash code for the HierarchicalVirtualizationHeaderDesiredSizes.

Operators

Applies to