ScrollViewer.GetIsZoomChainingEnabled(DependencyObject) 方法

定义

从指定元素获取 IsZoomChainingEnabled 依赖属性/ ScrollViewer.IsZoomChainingEnabled XAML 附加属性的值。

public:
 static bool GetIsZoomChainingEnabled(DependencyObject ^ element);
 static bool GetIsZoomChainingEnabled(DependencyObject const& element);
public static bool GetIsZoomChainingEnabled(DependencyObject element);
function getIsZoomChainingEnabled(element)
Public Shared Function GetIsZoomChainingEnabled (element As DependencyObject) As Boolean

参数

element
DependencyObject

要从中读取属性值的元素。

返回

Boolean

bool

属性的值,从属性存储中获取。

注解

有关详细信息,请参阅 IsZoomChainingEnabled 属性。

适用于

另请参阅