[]
Initializes a new instance of the BaseC1FrameworkStyle.
protected BaseC1FrameworkStyle(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 BaseC1FrameworkStyle.
protected BaseC1FrameworkStyle(string name, params StyledPropertyInfo[] props)
Type | Name | Description |
---|---|---|
string | name | Style name. |
StyledPropertyInfo[] | props | Styled properties. |
Initializes a new instance of the BaseC1FrameworkStyle.
protected BaseC1FrameworkStyle()
Styled properties will be initialized automatically.