Typography.GetVariants(DependencyObject) Metodo

Definizione

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

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

Parametri

element
DependencyObject

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

Restituisce

FontVariants

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

Attributi

Si applica a

Vedi anche