TextFormatter.Create Method

Definition

Creates a new instance of the TextFormatter class.

Overloads

Create()

Creates a new instance of the TextFormatter class. This is a static method.

Create(TextFormattingMode)

Creates a new instance of the TextFormatter class with the specified formatting mode. This is a static method.

Create()

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

Returns

A new instance of TextFormatter.

Applies to

Create(TextFormattingMode)

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

Parameters

textFormattingMode
TextFormattingMode

The TextFormattingMode that specifies the text layout for the TextFormatter.

Returns

A new instance of TextFormatter.

See also

Applies to