Back to Devexpress

ShapeLine.CapType Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shapeline-f186fad1.md

latest1.5 KB
Original Source

ShapeLine.CapType Property

Gets or sets a cap style for line ends.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
LineCapType CapType { get; set; }
vb
Property CapType As LineCapType

Property Value

TypeDescription
LineCapType

An enumeration member that specifies the cap style.

|

Available values:

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.

|

Remarks

The image below shows three lines with different cap styles.

See Also

ShapeLine Interface

ShapeLine Members

DevExpress.XtraRichEdit.API.Native Namespace