DashboardPaletteItem(Color, DXHatchStyle) Constructor
Initializes a new instance of the DashboardPaletteItem class with specified settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v26.1.Core.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| color | Color | The color of the palette item. |
| hatchStyle | DXHatchStyle | A value that specifies the hatch style of the palette item. |
See Also