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

TextFormattingModeに設定するelement

例外

elementnullです。

適用対象

こちらもご覧ください