Typography.GetNumeralAlignment(DependencyObject) Метод

Определение

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

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

Параметры

element
DependencyObject

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

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

FontNumeralAlignment

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

Атрибуты

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

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