संपादित करें

इसके माध्यम से साझा किया गया


VirtualizationCacheLengthUnit Enum

Definition

Specifies the type of unit that is used by the CacheLength attached property.

public enum class VirtualizationCacheLengthUnit
public enum VirtualizationCacheLengthUnit
type VirtualizationCacheLengthUnit = 
Public Enum VirtualizationCacheLengthUnit
Inheritance
VirtualizationCacheLengthUnit

Fields

Item 1

The CacheLength is measured in terms of the items that are displayed in the panel.

Page 2

The CacheLength is measured in terms of a page, which is equal to the size of the panel's viewport.

Pixel 0

The CacheLength is measured in terms of device-independent units (1/96th inch per unit).

Remarks

Use the VirtualizingPanel.CacheLengthUnit attached property to specify the units of the VirtualizingPanel.CacheLength.

Applies to

See also