Typography.GetDiscretionaryLigatures(DependencyObject) メソッド

定義

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

public:
 static bool GetDiscretionaryLigatures(DependencyObject ^ element);
 static bool GetDiscretionaryLigatures(DependencyObject const& element);
public static bool GetDiscretionaryLigatures(DependencyObject element);
function getDiscretionaryLigatures(element)
Public Shared Function GetDiscretionaryLigatures (element As DependencyObject) As Boolean

パラメーター

element
DependencyObject

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

戻り値

Boolean

bool

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

適用対象

こちらもご覧ください