Typography.GetDiscretionaryLigatures(DependencyObject) Méthode

Définition

Retourne la valeur de la propriété jointe DiscretionaryLigatures pour un objet de dépendance spécifié.

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

Paramètres

element
DependencyObject

Objet de dépendance pour lequel récupérer la valeur de la propriété DiscretionaryLigatures.

Retours

Valeur actuelle de la propriété jointe DiscretionaryLigatures au niveau de l’objet de dépendance spécifié.

Attributs

S’applique à

Voir aussi