Skip to main content

Start.Kind Property

Namespace: DevExpress.Diagram.Core.Shapes

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

NuGet Package: DevExpress.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