Typography.SetNumeralAlignment(DependencyObject, FontNumeralAlignment) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置指定依赖对象的 NumeralAlignment 附加属性的值。
public:
static void SetNumeralAlignment(System::Windows::DependencyObject ^ element, System::Windows::FontNumeralAlignment value);
public static void SetNumeralAlignment (System.Windows.DependencyObject element, System.Windows.FontNumeralAlignment value);
static member SetNumeralAlignment : System.Windows.DependencyObject * System.Windows.FontNumeralAlignment -> unit
Public Shared Sub SetNumeralAlignment (element As DependencyObject, value As FontNumeralAlignment)
参数
- element
- DependencyObject
要为其设置 NumeralAlignment 属性值的依赖对象。
- value
- FontNumeralAlignment
要将此属性设为的新值。
例外
在 element
为 null
时引发。