TextOptions.SetTextFormattingMode Metoda

Definicja

TextFormattingMode Ustawia element dla określonego elementu.

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

Element, dla który ma być ustawiony TextFormattingMode .

value
TextFormattingMode

Właściwość TextFormattingMode do ustawienia na .element

Wyjątki

element to null.

Dotyczy

Zobacz też