TextOptions.GetTextFormattingMode(DependencyObject) Méthode

Définition

Obtient TextFormattingMode pour l'élément spécifié.

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

Paramètres

element
DependencyObject

Élément pour lequel obtenir TextFormattingMode.

Retours

TextFormattingMode

TextFormattingMode pour element.

S’applique à

Voir aussi