TextOptions.SetTextFormattingMode Metoda

Definice

TextFormattingMode Nastaví pro zadaný prvek.

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)

Parametry

element
DependencyObject

Prvek, pro který chcete nastavit hodnotu TextFormattingMode for.

value
TextFormattingMode

Nastavení TextFormattingMode .element

Výjimky

element je null.

Platí pro

Viz také