Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 3 revisions

Parser for style files. Only the first occurence of a key/value pair is kept. Theme styles will override any style, then the startup application styles have priority.

The order of style loading during application startup is as follow:

  • Optional theme styles
  • Style from entry assembly, the executable
  • crowAssemblies list are loaded in order.
  • default style from the crow assembly.

namespace: Crow

Inheritance Hierarchy

  • StyleReader

Syntax

public class StyleReader

Constructors

prototype description
StyleReader (Stream stream) __

Properties

name description

Methods

prototype description
void Parse(Dictionary< string, string > StylingConstants, Dictionary< string, Style > Styling, string resId) Parse the full style stream and load the result in 'Styling' and 'StylingConstant' fields of the interface passed as argument.

Events

name description
Clone this wiki locally