VirtualizingPanel.GetScrollUnit(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 默认值为 Item.