Back to Devexpress

LineEndCapType Enum

officefileapi-devexpress-dot-docs-dot-presentation-40d2e05b.md

latest1.1 KB
Original Source

LineEndCapType Enum

Lists values used to specify the cap style for the end of a line.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum LineEndCapType
vb
Public Enum LineEndCapType

Members

NameDescription
Round

Specifies that a line has a round end.

| | Square |

Specifies that a line has a square end.

| | Flat |

Specifies that the line end is flat.

|

The following properties accept/return LineEndCapType values:

See Also

DevExpress.Docs.Presentation Namespace