ScrollViewer.GetCanContentScroll(DependencyObject) 方法

定义

获取给定元素的 CanContentScroll 依赖属性值。

public:
 static bool GetCanContentScroll(System::Windows::DependencyObject ^ element);
public static bool GetCanContentScroll (System.Windows.DependencyObject element);
static member GetCanContentScroll : System.Windows.DependencyObject -> bool
Public Shared Function GetCanContentScroll (element As DependencyObject) As Boolean

参数

element
DependencyObject

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

返回

如果此元素可以滚动,则为 true;否则为 false

示例

CanContentScroll

适用于