Share via


TextOptions.SetTextFormattingMode Método

Definição

Conjuntos de TextFormattingMode para o 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

O elemento para definir o TextFormattingMode para.

value
TextFormattingMode

O TextFormattingMode a ser definido em element.

Exceções

element é null.

Aplica-se a

Confira também