Condividi tramite


Typography.GetContextualLigatures(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata ContestualLigatures 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 di dipendenza per cui recuperare il valore della proprietà ContestualLigatures .

Restituisce

Boolean

bool

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

Si applica a

Vedi anche