RibbonTwoLineText.GetHasTwoLines(DependencyObject) メソッド

定義

オブジェクトに対する HasTwoLines 添付プロパティの値を取得します。

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

パラメーター

element
DependencyObject

プロパティ値の読み取り元となるオブジェクト。

戻り値

オブジェクトの HasTwoLines プロパティ値。

例外

指定された elementnull です。

適用対象