共用方式為


StyleSheet.FromString(String) 方法

定義

從包含樣式表文字表示的字串,建立並傳回樣式表。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static Xamarin.Forms.StyleSheets.StyleSheet FromString (string stylesheet);
static member FromString : string -> Xamarin.Forms.StyleSheets.StyleSheet

參數

stylesheet
System.String

樣式表,格式為字串。

傳回

資料的樣式表。

屬性
System.ComponentModel.EditorBrowsableAttribute

適用於