Sdílet prostřednictvím


StyleSheet.FromString(String) Metoda

Definice

Vytvoří a vrátí šablonu stylů z řetězce, který obsahuje textovou reprezentaci šablony stylů.

public:
 static Microsoft::Maui::Controls::StyleSheets::StyleSheet ^ FromString(System::String ^ stylesheet);
public static Microsoft.Maui.Controls.StyleSheets.StyleSheet FromString (string stylesheet);
static member FromString : string -> Microsoft.Maui.Controls.StyleSheets.StyleSheet
Public Shared Function FromString (stylesheet As String) As StyleSheet

Parametry

stylesheet
String

Šablona stylů jako řetězec.

Návraty

Šablona stylů pro data.

Platí pro