TextFormatter.Create メソッド
定義
TextFormatter クラスの新しいインスタンスを作成します。Creates a new instance of the TextFormatter class.
オーバーロード
Create() |
TextFormatter クラスの新しいインスタンスを作成します。Creates a new instance of the TextFormatter class. これは静的メソッドです。This is a static method. |
Create(TextFormattingMode) |
指定した書式設定モードを使用して、TextFormatter クラスの新しいインスタンスを作成します。Creates a new instance of the TextFormatter class with the specified formatting mode. これは静的メソッドです。This is a static method. |
Create()
TextFormatter クラスの新しいインスタンスを作成します。Creates a new instance of the TextFormatter class. これは静的メソッドです。This is a static method.
public:
static System::Windows::Media::TextFormatting::TextFormatter ^ Create();
public static System.Windows.Media.TextFormatting.TextFormatter Create ();
static member Create : unit -> System.Windows.Media.TextFormatting.TextFormatter
Public Shared Function Create () As TextFormatter
戻り値
TextFormatter の新しいインスタンス。A new instance of TextFormatter.
Create(TextFormattingMode)
指定した書式設定モードを使用して、TextFormatter クラスの新しいインスタンスを作成します。Creates a new instance of the TextFormatter class with the specified formatting mode. これは静的メソッドです。This is a static method.
public:
static System::Windows::Media::TextFormatting::TextFormatter ^ Create(System::Windows::Media::TextFormattingMode textFormattingMode);
public static System.Windows.Media.TextFormatting.TextFormatter Create (System.Windows.Media.TextFormattingMode textFormattingMode);
static member Create : System.Windows.Media.TextFormattingMode -> System.Windows.Media.TextFormatting.TextFormatter
パラメーター
- textFormattingMode
- TextFormattingMode
TextFormattingMode のテキスト レイアウトを指定する TextFormatter。The TextFormattingMode that specifies the text layout for the TextFormatter.
戻り値
TextFormatter の新しいインスタンス。A new instance of TextFormatter.