Back to Devexpress

LineCapType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-d04c2de5.md

latest1.1 KB
Original Source

LineCapType Enum

Lists values used to specify the cap type for line ends.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum LineCapType
vb
Public Enum LineCapType

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 LineCapType values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace