Skip to main content
All docs
V26.1
  • DashboardPaletteItem.FillStyle Property

    Gets whether the palette item fills elements with a solid color or a hatch pattern.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v26.1.Core.dll

    Declaration

    public FillStyle FillStyle { get; }

    Property Value

    Type Description
    FillStyle

    A FillStyle value that determines whether the element is filled with a solid color or a hatch pattern.

    See Also