Skip to main content

Start.StrokeColor Property

Gets or sets the color used to paint the outline of the geometry.

Namespace: DevExpress.Diagram.Core.Shapes

Assembly: DevExpress.Diagram.v24.1.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

[TypeConverter(typeof(ColorConverter))]
public Color? StrokeColor { get; set; }

Property Value

Type Description
Nullable<Color>

A System.Drawing.Color value.

See Also