TextOptions.SetTextFormattingMode メソッド

定義

指定された要素の TextFormattingMode を設定します。

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)

パラメーター

element
DependencyObject

TextFormattingMode を設定する対象の要素。

value
TextFormattingMode

element に設定する TextFormattingMode

例外

elementnullです。

適用対象

こちらもご覧ください