Typography.GetVariants(DependencyObject) Метод

Определение

Возвращает значение присоединенного свойства Variants для указанного объекта зависимости.

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

Параметры

element
DependencyObject

Объект зависимости, для которого требуется получить значение свойства Variants.

Возвращаемое значение

FontVariants

Текущее значение присоединенного свойства Variants в заданном объекте зависимости.

Атрибуты

Применяется к

См. также раздел