TextOptions.SetTextFormattingMode Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
.