Typography.GetStandardSwashes(DependencyObject) Méthode

Définition

Retourne la valeur de la StandardSwashes propriété jointe 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 StandardSwashes propriété.

Retours

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

Attributs

S’applique à

Voir aussi