Class LineCapStyle
Specifies the style of line cap at the line end.
Inheritance
System.Object
LineCapStyle
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class LineCapStyle : Enum
Fields
Flat
Specifies the LineCapStyle is flat.
Declaration
public const LineCapStyle Flat
Field Value
Type |
---|
LineCapStyle |
None
Specifies the LineCapStyle is none.
Declaration
public const LineCapStyle None
Field Value
Type |
---|
LineCapStyle |
Round
Specifies the LineCapStyle is round.
Declaration
public const LineCapStyle Round
Field Value
Type |
---|
LineCapStyle |
Square
Specifies the LineCapStyle is square.
Declaration
public const LineCapStyle Square
Field Value
Type |
---|
LineCapStyle |