TextOptions.SetTextFormattingMode Método

Definición

Establece para TextFormattingMode el elemento especificado.

public:
 static void SetTextFormattingMode(System::Windows::DependencyObject ^ element, System::Windows::Media::TextFormattingMode value);
public static void SetTextFormattingMode(System.Windows.DependencyObject element, System.Windows.Media.TextFormattingMode value);
static member SetTextFormattingMode : System.Windows.DependencyObject * System.Windows.Media.TextFormattingMode -> unit
Public Shared Sub SetTextFormattingMode (element As DependencyObject, value As TextFormattingMode)

Parámetros

element
DependencyObject

Elemento para el TextFormattingMode que se va a establecer .

value
TextFormattingMode

que TextFormattingMode se va a establecer en element.

Excepciones

element es null.

Se aplica a

Consulte también