ScrollViewer.GetIsScrollInertiaEnabled(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定元素获取 IsScrollInertiaEnabled 依赖属性/ ScrollViewer.IsScrollInertiaEnabled
XAML 附加属性的值。
public:
static bool GetIsScrollInertiaEnabled(DependencyObject ^ element);
static bool GetIsScrollInertiaEnabled(DependencyObject const& element);
public static bool GetIsScrollInertiaEnabled(DependencyObject element);
function getIsScrollInertiaEnabled(element)
Public Shared Function GetIsScrollInertiaEnabled (element As DependencyObject) As Boolean
参数
- element
- DependencyObject
要从中读取属性值的元素。
返回
Boolean
bool
属性的值,从属性存储中获取。
注解
有关详细信息,请参阅 IsScrollInertiaEnabled 属性。