Typography.GetDiscretionaryLigatures(DependencyObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した依存関係オブジェクトの DiscretionaryLigatures 添付プロパティの値を返します。
public:
static bool GetDiscretionaryLigatures(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetDiscretionaryLigatures (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetDiscretionaryLigatures : System.Windows.DependencyObject -> bool
Public Shared Function GetDiscretionaryLigatures (element As DependencyObject) As Boolean
パラメーター
- element
- DependencyObject
DiscretionaryLigatures プロパティの値の取得対象となる依存関係オブジェクト。
戻り値
指定した依存関係オブジェクトの DiscretionaryLigatures 添付プロパティの現在値。
- 属性