Skip to main content

GeometryKind Enum

Lists the values that specify how to draw a segment in the ShapeTemplate.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

[Flags]
public enum GeometryKind

Members

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.

Related API Members

The following properties accept/return GeometryKind values:

See Also