TextFormatter.Create Metoda

Definicja

Tworzy nowe wystąpienie klasy TextFormatter.

Przeciążenia

Create()

Tworzy nowe wystąpienie klasy TextFormatter. 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 klasy TextFormatter. 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

TextFormatter

Nowe wystąpienie elementu 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

TextFormatter

Nowe wystąpienie elementu TextFormatter.

Zobacz też

Dotyczy