ToolBar.GetOverflowMode(DependencyObject) 方法

定义

从指定元素中读取 OverflowMode 属性的值。

public:
 static System::Windows::Controls::OverflowMode GetOverflowMode(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren(IncludeDescendants=true)]
public static System.Windows.Controls.OverflowMode GetOverflowMode (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForChildren(IncludeDescendants=true)>]
static member GetOverflowMode : System.Windows.DependencyObject -> System.Windows.Controls.OverflowMode
Public Shared Function GetOverflowMode (element As DependencyObject) As OverflowMode

参数

element
DependencyObject

从中读取属性的元素。

返回

OverflowMode

该属性的值。

属性

注解

有关可能的模式值,请参阅 OverflowMode

适用于