Share via


StyleSheet.FromResource(String, Assembly, IXmlLineInfo) Method

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static Xamarin.Forms.StyleSheets.StyleSheet FromResource (string resourcePath, System.Reflection.Assembly assembly, System.Xml.IXmlLineInfo lineInfo = default);
static member FromResource : string * System.Reflection.Assembly * System.Xml.IXmlLineInfo -> Xamarin.Forms.StyleSheets.StyleSheet

Parameters

resourcePath
System.String

For internal use by the Xamarin.Forms platform.

assembly
System.Reflection.Assembly

For internal use by the Xamarin.Forms platform.

lineInfo
System.Xml.IXmlLineInfo

For internal use by the Xamarin.Forms platform.

Returns

For internal use by the Xamarin.Forms platform.

Attributes
System.ComponentModel.EditorBrowsableAttribute

Applies to