Typography.SetNumeralAlignment Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the value of the NumeralAlignment attached property for a specified dependency object.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Sub SetNumeralAlignment ( _ element As DependencyObject, _ value As FontNumeralAlignment _ )
Parameters
- element
- Type: System.Windows.DependencyObject
The dependency object for which to set the value of the NumeralAlignment property.
- value
- Type: System.Windows.FontNumeralAlignment
The new value to set the property to.
Show: