Typography.SetNumeralAlignment(DependencyObject, FontNumeralAlignment) Metodo

Definizione

Imposta il valore della proprietà associata NumeralAlignment per un oggetto dipendenza specificato.

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)

Parametri

element
DependencyObject

Oggetto dipendenza per cui impostare il valore della proprietà NumeralAlignment.

value
FontNumeralAlignment

Nuovo valore su cui impostare la proprietà.

Eccezioni

Generato quando element è null.

Si applica a

Vedi anche