StyleSheet.FromString(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從包含樣式表文字表示的字串,建立並傳回樣式表。
[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