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
String

The style sheet, as a string.

Returns

StyleSheet

The style sheet for the data.

Attributes

Applies to