Linguaggio

Typography.GetContextualLigatures(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata ContextualLigatures per un oggetto di dipendenza specificato.

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

Parametri

element
DependencyObject

Oggetto dipendenza per il quale recuperare il valore della proprietà ContextualLigatures .

Valori restituiti

Boolean

bool

Valore corrente della proprietà associata ContextualLigatures nell'oggetto dipendenza specificato.

Si applica a

Vedi anche