Typography.SetStandardLigatures(DependencyObject, Boolean) Metodo

Definizione

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

public:
 static void SetStandardLigatures(DependencyObject ^ element, bool value);
 static void SetStandardLigatures(DependencyObject const& element, bool const& value);
public static void SetStandardLigatures(DependencyObject element, bool value);
function setStandardLigatures(element, value)
Public Shared Sub SetStandardLigatures (element As DependencyObject, value As Boolean)

Parametri

element
DependencyObject

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

value
Boolean

bool

Nuovo valore su cui impostare la proprietà.

Si applica a

Vedi anche