VirtualizingPanel.GetScrollUnit(DependencyObject) 方法

定义

获取 ScrollUnit 属性的值。

public:
 static System::Windows::Controls::ScrollUnit GetScrollUnit(System::Windows::DependencyObject ^ element);
public static System.Windows.Controls.ScrollUnit GetScrollUnit (System.Windows.DependencyObject element);
static member GetScrollUnit : System.Windows.DependencyObject -> System.Windows.Controls.ScrollUnit
Public Shared Function GetScrollUnit (element As DependencyObject) As ScrollUnit

参数

element
DependencyObject

要从中获取 ScrollUnit 附加属性的元素。

返回

ScrollUnit

指示滚动是否被测量为集合中的项或像素的值。

注解

属性的 ScrollUnit 默认值为 Item.

适用于