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

定義

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

public:
 static void SetDiscretionaryLigatures(DependencyObject ^ element, bool value);
 static void SetDiscretionaryLigatures(DependencyObject const& element, bool const& value);
public static void SetDiscretionaryLigatures(DependencyObject element, bool value);
function setDiscretionaryLigatures(element, value)
Public Shared Sub SetDiscretionaryLigatures (element As DependencyObject, value As Boolean)

パラメーター

element
DependencyObject

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

value
Boolean

bool

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

適用対象

こちらもご覧ください