Share via


TextOptions.SetTextFormattingMode Método

Definición

Establece el TextFormattingMode del 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 que se establece el TextFormattingMode.

value
TextFormattingMode

El TextFormattingMode en que se establece element.

Excepciones

element es null.

Se aplica a

Consulte también