Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShapeLine.CapType Property

Gets or sets a cap style for line ends.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

LineCapType CapType { get; set; }

Property Value

Type Description
LineCapType

An enumeration member that specifies the cap style.

Remarks

The image below shows three lines with different cap styles.

Rich_ShapeLine_CapeType

See Also