Typography.GetStandardSwashes(DependencyObject) Méthode

Définition

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

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

Paramètres

element
DependencyObject

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

Retours

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

Attributs

S’applique à

Voir aussi