TextOptions.SetTextFormattingMode Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le TextFormattingMode pour l'élément spécifié.
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)
Paramètres
- element
- DependencyObject
Élément pour lequel définir TextFormattingMode.
- value
- TextFormattingMode
TextFormattingMode à définir sur element
.
Exceptions
element
a la valeur null
.