Aracılığıyla paylaş


TextOptions.SetTextFormattingMode Yöntem

Tanım

Belirtilen öğe için öğesini TextFormattingMode ayarlar.

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)

Parametreler

element
DependencyObject

için ayarlanacağı TextFormattingMode öğe.

value
TextFormattingMode

TextFormattingMode üzerinde elementayarlanacağı.

Özel durumlar

element, null değeridir.

Şunlara uygulanır

Ayrıca bkz.