TextOptions.SetTextFormattingMode Metodo

Definizione

Imposta l'oggetto TextFormattingMode per l'elemento specificato.

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)

Parametri

element
DependencyObject

Elemento per cui impostare l'oggetto TextFormattingMode.

value
TextFormattingMode

Oggetto TextFormattingMode da impostare per element.

Eccezioni

element è null.

Si applica a

Vedi anche