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
None
Specifies the OfficeShapeLineCapStyle is none.
Declaration
public const OfficeShapeLineCapStyle None
Field Value
Round
Specifies the OfficeShapeLineCapStyle is round.
Declaration
public const OfficeShapeLineCapStyle Round
Field Value
Square
Specifies the OfficeShapeLineCapStyle is square.
Declaration
public const OfficeShapeLineCapStyle Square