StyleSheet.FromString(String) Method

Definition

Creates and returns a style sheet from a string that contains a text representation of a style sheet.

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

Parameters

stylesheet
System.String

The style sheet, as a string.

Returns

The style sheet for the data.

Attributes
System.ComponentModel.EditorBrowsableAttribute

Applies to