TextFormatter.Create 方法

定义

创建 TextFormatter 类的新实例。

重载

Create()

创建 TextFormatter 类的新实例。 这是一种静态方法。

Create(TextFormattingMode)

使用指定的格式设置模式创建 TextFormatter 类的新实例。 这是一种静态方法。

Create()

创建 TextFormatter 类的新实例。 这是一种静态方法。

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

TextFormatter 的新实例。

适用于

Create(TextFormattingMode)

使用指定的格式设置模式创建 TextFormatter 类的新实例。 这是一种静态方法。

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
Public Shared Function Create (textFormattingMode As TextFormattingMode) As TextFormatter

参数

textFormattingMode
TextFormattingMode

TextFormattingMode,可指定 TextFormatter 的文本布局。

返回

TextFormatter

TextFormatter 的新实例。

另请参阅

适用于