Enum LineCapStyle
Specifies the style of line cap at the line end.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum LineCapStyle : sbyte
Fields
| Name | Description |
|---|---|
| Flat | Specifies the LineCapStyle is flat. |
| None | Specifies the LineCapStyle is none. |
| Round | Specifies the LineCapStyle is round. |
| Square | Specifies the LineCapStyle is square. |