Skip to main content

DiagramItemBrush(Color, Color, Color) Constructor

Initializes a new instance of the DiagramItemBrush class with specified settings.

Namespace: DevExpress.Diagram.Core.Themes

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public DiagramItemBrush(
    Color foreground,
    Color background,
    Color stroke
)

Parameters

Name Type
foreground Color
background Color
stroke Color
See Also