次の方法で共有


Typography.SetContextualLigatures(DependencyObject, Boolean) メソッド

定義

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

public:
 static void SetContextualLigatures(System::Windows::DependencyObject ^ element, bool value);
public static void SetContextualLigatures (System.Windows.DependencyObject element, bool value);
static member SetContextualLigatures : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetContextualLigatures (element As DependencyObject, value As Boolean)

パラメーター

element
DependencyObject

ContextualLigatures プロパティの値の設定対象になる依存関係オブジェクト。

value
Boolean

プロパティの新しい設定値。

例外

elementnull の場合に発生します。

適用対象

こちらもご覧ください