Typography.GetContextualLigatures(DependencyObject) Metoda

Definice

Vrátí hodnotu ContextualLigatures připojené vlastnosti pro zadaný objekt závislosti.

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

Parametry

element
DependencyObject

Objekt závislosti, pro který se má načíst hodnota ContextualLigatures vlastnosti.

Návraty

Aktuální hodnota ContextualLigatures připojené vlastnosti u zadaného objektu závislostí.

Atributy

Platí pro

Viz také