Typography.GetContextualLigatures(DependencyObject) Methode

Definitie

Retourneert de waarde van de ContextualLigatures gekoppelde eigenschap voor een opgegeven afhankelijkheidsobject.

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

Parameters

element
DependencyObject

Het afhankelijkheidsobject waarvoor de waarde van de ContextualLigatures eigenschap moet worden opgehaald.

Retouren

De huidige waarde van de ContextualLigatures gekoppelde eigenschap voor het opgegeven afhankelijkheidsobject.

Kenmerken

Van toepassing op

Zie ook