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