Condividi tramite


Typography.SetStandardLigatures(DependencyObject, Boolean) Metodo

Definizione

Imposta il valore della proprietà associata StandardLigatures per un oggetto dipendenza specificato.

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

Parametri

element
DependencyObject

Oggetto dipendenza per cui impostare il valore della proprietà StandardLigatures.

value
Boolean

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche