[]
        
(Showing Draft Content)

C1.Win.C1Themes.BaseStyle.-ctor

BaseStyle Constructor

BaseStyle(BaseThemeProvider, string, params StyledPropertyInfo[])

Initializes a new instance of the BaseStyle.

Declaration
protected BaseStyle(BaseThemeProvider provider, string name = null, params StyledPropertyInfo[] props)
Parameters
Type Name Description
BaseThemeProvider provider

Theme provider.

string name

Style name.

StyledPropertyInfo[] props

Styled properties.

BaseStyle(string, params StyledPropertyInfo[])

Initializes a new instance of the BaseStyle.

Declaration
protected BaseStyle(string name, params StyledPropertyInfo[] props)
Parameters
Type Name Description
string name

Style name.

StyledPropertyInfo[] props

Styled properties.

BaseStyle()

Initializes a new instance of the BaseStyle.

Declaration
protected BaseStyle()
Remarks

Styled properties will be initialized automatically.