DashboardPalette Constructors
A palette that contains colors used to paint dashboard item elements.Name | Parameters | Description |
---|---|---|
DashboardPalette(IEnumerable<Color>) | colors | Initializes a new instance of the DashboardPalette class. |
DashboardPalette(Color[]) | colors | Initializes a new instance of the DashboardPalette class. |
See Also