[]
        
(Showing Draft Content)

C1.Win.C1Themes.BaseC1FrameworkStyle.-ctor

BaseC1FrameworkStyle Constructor

BaseC1FrameworkStyle(BaseThemeProvider, string, params StyledPropertyInfo[])

Initializes a new instance of the BaseC1FrameworkStyle.

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

Theme provider.

string name

Style name.

StyledPropertyInfo[] props

Styled properties.

BaseC1FrameworkStyle(string, params StyledPropertyInfo[])

Initializes a new instance of the BaseC1FrameworkStyle.

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

Style name.

StyledPropertyInfo[] props

Styled properties.

BaseC1FrameworkStyle()

Initializes a new instance of the BaseC1FrameworkStyle.

Declaration
protected BaseC1FrameworkStyle()
Remarks

Styled properties will be initialized automatically.