Typography.GetNumeralStyle(DependencyObject) Метод

Определение

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

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

Параметры

element
DependencyObject

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

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

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

Атрибуты

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

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