Typography.GetStandardSwashes(DependencyObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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