Compartilhar via


TextOptions.GetTextFormattingMode(DependencyObject) Método

Definição

Obtém o TextFormattingMode para o elemento especificado.

public:
 static System::Windows::Media::TextFormattingMode GetTextFormattingMode(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.TextFormattingMode GetTextFormattingMode (System.Windows.DependencyObject element);
static member GetTextFormattingMode : System.Windows.DependencyObject -> System.Windows.Media.TextFormattingMode
Public Shared Function GetTextFormattingMode (element As DependencyObject) As TextFormattingMode

Parâmetros

element
DependencyObject

O elemento para obter o TextFormattingMode para.

Retornos

TextFormattingMode

O TextFormattingMode para element.

Aplica-se a

Confira também