Share via


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

適用於