Block.GetIsHyphenationEnabled(DependencyObject) メソッド

定義

指定した依存関係オブジェクトの IsHyphenationEnabled 添付プロパティの値を返します。

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

パラメーター

element
DependencyObject

IsHyphenationEnabled プロパティの値を取得する対象の依存関係オブジェクト。

戻り値

Boolean

指定した依存関係オブジェクトの IsHyphenationEnabled 添付プロパティの現在値。

例外

elementnullです。

適用対象

こちらもご覧ください