Język

TextFormatter.Create Metoda

Definicja

Tworzy nowe wystąpienie TextFormatter klasy.

Przeciążenia

Nazwa Opis
Create()

Tworzy nowe wystąpienie TextFormatter klasy. Jest to metoda statyczna.

Create(TextFormattingMode)

Tworzy nowe wystąpienie TextFormatter klasy z określonym trybem formatowania. Jest to metoda statyczna.

Create()

Tworzy nowe wystąpienie TextFormatter klasy. Jest to metoda statyczna.

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

Zwraca

Nowe wystąpienie klasy TextFormatter.

Dotyczy

Create(TextFormattingMode)

Tworzy nowe wystąpienie TextFormatter klasy z określonym trybem formatowania. Jest to metoda statyczna.

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

Parametry

textFormattingMode
TextFormattingMode

Element TextFormattingMode określający układ tekstu dla elementu TextFormatter.

Zwraca

Nowe wystąpienie klasy TextFormatter.

Zobacz też

Dotyczy