Compartir a través de


TextOptions.GetTextFormattingMode(DependencyObject) Método

Definición

Obtiene el objeto TextFormattingMode del 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

Elemento para el que se obtiene el TextFormattingMode.

Devoluciones

TextFormattingMode

El objeto TextFormattingMode para element.

Se aplica a

Consulte también