Typography.GetContextualLigatures(DependencyObject) Metodo

Definizione

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

public:
 static bool GetContextualLigatures(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetContextualLigatures(System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetContextualLigatures : System.Windows.DependencyObject -> bool
Public Shared Function GetContextualLigatures (element As DependencyObject) As Boolean

Parametri

element
DependencyObject

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

Valori restituiti

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

Attributi

Si applica a

Vedi anche