Back to Devexpress

GeometryKind Enum

corelibraries-devexpress-dot-diagram-dot-core-5faf40a8.md

latest1.2 KB
Original Source

GeometryKind Enum

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

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
[Flags]
public enum GeometryKind
vb
<Flags>
Public Enum GeometryKind

Members

NameDescription
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.

|

The following properties accept/return GeometryKind values:

See Also

DevExpress.Diagram.Core Namespace