Typography.GetStandardLigatures(DependencyObject) メソッド

定義

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

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

パラメーター

element
DependencyObject

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

戻り値

Boolean

bool

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

適用対象

こちらもご覧ください