Block.SetIsHyphenationEnabled(DependencyObject, Boolean) メソッド

定義

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

public:
 static void SetIsHyphenationEnabled(System::Windows::DependencyObject ^ element, bool value);
public static void SetIsHyphenationEnabled (System.Windows.DependencyObject element, bool value);
static member SetIsHyphenationEnabled : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetIsHyphenationEnabled (element As DependencyObject, value As Boolean)

パラメーター

element
DependencyObject

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

value
Boolean

プロパティの新しい設定値。

例外

elementnullです。

適用対象

こちらもご覧ください