Initializes a new instance of a OfficeTheme.
Initializes a new instance of a OfficeTheme.
public OfficeTheme();
Initializes a new instance of a OfficeTheme using the specified base color. The base color is used to automatically generate appropriate colors for the theme.
public OfficeTheme(Color);
Initializes a new instance of a OfficeTheme using the specified base and highlight colors. These colors are used to automatically generate appropriate colors for the theme.
public OfficeTheme(Color,Color);
OfficeTheme Class | Skybound.Rebar.Rendering Namespace