-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.StyleReader
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
StyleReader
public class StyleReader
⬜ | prototype | description |
---|---|---|
StyleReader (Stream stream) |
__ |
⬜ | name | description |
---|
⬜ | 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. |
⬜ | name | description |
---|