Typography.SetNumeralAlignment(DependencyObject, FontNumeralAlignment) Method

Definition

Sets the value of the NumeralAlignment attached property for a specified dependency object.

public:
 static void SetNumeralAlignment(DependencyObject ^ element, FontNumeralAlignment value);
 static void SetNumeralAlignment(DependencyObject const& element, FontNumeralAlignment const& value);
public static void SetNumeralAlignment(DependencyObject element, FontNumeralAlignment value);
function setNumeralAlignment(element, value)
Public Shared Sub SetNumeralAlignment (element As DependencyObject, value As FontNumeralAlignment)

Parameters

element
DependencyObject

The dependency object for which to set the value of the NumeralAlignment property.

value
FontNumeralAlignment

The new value to set the property to.

Applies to

See also