Skip to main content
A newer version of this page is available. .

Start.StrokeColor Property

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

Namespace: DevExpress.Diagram.Core.Shapes

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

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public Color? StrokeColor { get; set; }

Property Value

Type Description
Nullable<Color>

A System.Drawing.Color value.

See Also