[]
Constructor.
Creates a new theme based on the given theme, if the given theme is null (Nothing
in Visual Basic), then the theme is based on the office theme.
public Theme(string themeName, ITheme baseTheme = null)
Public Sub New(themeName As String, Optional baseTheme As ITheme = Nothing)
Type | Name | Description |
---|---|---|
string | themeName | The new theme name. |
ITheme | baseTheme | The theme name the theme is based on. |