Skip to main content
All docs
V26.1
  • DashboardPaletteItem Constructors

    A palette item that defines a color, hatch style, and line style.
    Name Parameters Description
    DashboardPaletteItem(Color, DXDashStyle) color, lineStyle Initializes a new instance of the DashboardPaletteItem class with specified settings.
    DashboardPaletteItem(Color, DXHatchStyle, DXDashStyle) color, hatchStyle, lineStyle Initializes a new instance of the DashboardPaletteItem class with specified settings.
    DashboardPaletteItem(Color, DXHatchStyle) color, hatchStyle Initializes a new instance of the DashboardPaletteItem class with specified settings.
    DashboardPaletteItem(Color) color Initializes a new instance of the DashboardPaletteItem class with specified settings.
    See Also