Typography.GetContextualLigatures(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata ContextualLigatures relativa a un oggetto 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 cui recuperare il valore della proprietà ContextualLigatures.

Restituisce

Boolean

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

Attributi

Si applica a

Vedi anche