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