Typography.GetCapitals(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata Capitals relativa a un oggetto dipendenza specificato.

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

Parametri

element
DependencyObject

Oggetto dipendenza per cui recuperare il valore della proprietà Capitals.

Restituisce

FontCapitals

Valore corrente della proprietà associata Capitals per l'oggetto dipendenza specificato.

Attributi

Si applica a

Vedi anche