Skybound Rebar

OfficeTheme Constructor (Color)

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.

[Visual Basic]
Overloads Public Sub New( _
   ByVal baseColor As Color _
)
[C#]
public OfficeTheme(
   Color baseColor
);

Parameters

baseColor
The color used to automatically generate appropriate colors for the theme.

See Also

OfficeTheme Class | Skybound.Rebar.Rendering Namespace | OfficeTheme Constructor Overload List