言語

Typography.SetDiscretionaryLigatures(DependencyObject, Boolean) メソッド

定義

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

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

パラメーター

element
DependencyObject

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

value
Boolean

プロパティを設定する新しい値。

例外

elementnullされたときに発生します。

適用対象

こちらもご覧ください