Udostępnij za pośrednictwem


StyleSheet.FromString(String) Metoda

Definicja

Tworzy i zwraca arkusz stylów na podstawie ciągu zawierającego tekstową reprezentację arkusza stylów.

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

Arkusz stylów jako ciąg.

Zwraca

Arkusz stylów dla danych.

Dotyczy