संपादित करें

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


ScrollUnit Enum

Definition

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

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

Fields

Name Value Description
Pixel 0

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

Item 1

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

Applies to