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

GeometryKind Enum

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

Namespace: DevExpress.Diagram.Core

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

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.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