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

Start.Kind Property

Namespace: DevExpress.Diagram.Core.Shapes

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

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

Declaration

[DefaultValue(GeometryKind.ClosedFilled)]
public GeometryKind Kind { get; set; }

Property Value

Type Default
GeometryKind **ClosedFilled**

Available values:

Name Description
None

Draw the segments without additional modifications.

Closed

Draw a straight line from the last segment to the first segment.

Filled

Fill the segments with the FillColor.

ClosedFilled

Draw a straight line from the last segment to the first segment and fill the segments with the FillColor.

See Also