Typography.GetContextualLigatures(DependencyObject) メソッド

定義

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

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

パラメーター

element
DependencyObject

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

戻り値

Boolean

bool

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

適用対象

こちらもご覧ください