[]
Initializes a new instance of the BaseStyle.
protected BaseStyle(BaseThemeProvider provider, string name = null, params StyledPropertyInfo[] props)
Type | Name | Description |
---|---|---|
BaseThemeProvider | provider | Theme provider. |
string | name | Style name. |
StyledPropertyInfo[] | props | Styled properties. |
Initializes a new instance of the BaseStyle.
protected BaseStyle(string name, params StyledPropertyInfo[] props)
Type | Name | Description |
---|---|---|
string | name | Style name. |
StyledPropertyInfo[] | props | Styled properties. |
Initializes a new instance of the BaseStyle.
protected BaseStyle()
Styled properties will be initialized automatically.