TextFormatter.Create Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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
Nowe wystąpienie elementu TextFormatter.