StyleSheet
Class for loading style sheets from strings, assembly resources, and text readers.
public static StyleSheet FromAssemblyResource(Assembly assembly, string resourceId, IXmlLineInfo lineInfo = null)
Returns the specified style sheet.
Returns a style sheet by reading style data from the reader.
public static StyleSheet FromResource(string resourcePath, Assembly assembly, IXmlLineInfo lineInfo = null)
Creates and returns a style sheet from a string that contains a text representation of a style sheet.