Typography.GetCapitals(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 propriété jointe Capitals pour un objet de dépendance spécifié.
public:
static System::Windows::FontCapitals GetCapitals(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.FontCapitals GetCapitals (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetCapitals : System.Windows.DependencyObject -> System.Windows.FontCapitals
Public Shared Function GetCapitals (element As DependencyObject) As FontCapitals
Paramètres
- element
- DependencyObject
Objet de dépendance pour lequel récupérer la valeur de la propriété Capitals.
Retours
Valeur actuelle de la propriété jointe Capitals au niveau de l’objet de dépendance spécifié.
- Attributs