Typography.GetHistoricalLigatures(DependencyObject) メソッド

定義

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

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

パラメーター

element
DependencyObject

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

戻り値

Boolean

bool

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

適用対象

こちらもご覧ください