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.

Применяется к

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.

См. также раздел

Применяется к