HierarchicalVirtualizationItemDesiredSizes Struct

Definition

Represents the desired size of the control's items, in device-independent units (1/96th inch per unit) and in logical units.

public value class HierarchicalVirtualizationItemDesiredSizes
public struct HierarchicalVirtualizationItemDesiredSizes
type HierarchicalVirtualizationItemDesiredSizes = struct
Public Structure HierarchicalVirtualizationItemDesiredSizes
Inheritance
HierarchicalVirtualizationItemDesiredSizes

Constructors

HierarchicalVirtualizationItemDesiredSizes(Size, Size, Size, Size, Size, Size, Size, Size)

Initializes a new instance of the HierarchicalVirtualizationItemDesiredSizes class.

Properties

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

Methods

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.

GetHashCode()

Gets a hash code for this HierarchicalVirtualizationItemDesiredSizes object.

Operators

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.

Applies to