Skip to main content

DiagramColorPalette.Accents Property

Provides access to a collection of additional colors that can be applied to shapes.

Namespace: DevExpress.Diagram.Core.Themes

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public ReadOnlyCollection<Color> Accents { get; }

Property Value

Type Description
ReadOnlyCollection<Color>

A read-only collection of accent colors represented by System.Drawing.Color objects.

See Also