OfficeShapeLineJoinType Class
Specifies the type of join where two lines connects.
Inheritance
System.Object
OfficeShapeLineJoinType
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public sealed class OfficeShapeLineJoinType : Enum
Fields
Bevel
Specifies the OfficeShapeLineJoinType is bevel.
Declaration
public const OfficeShapeLineJoinType Bevel
Field Value
Miter
Specifies the OfficeShapeLineJoinType is miter.
Declaration
public const OfficeShapeLineJoinType Miter
Field Value
None
Specifies the OfficeShapeLineJoinType is none.
Declaration
public const OfficeShapeLineJoinType None
Field Value
Round
Specifies the OfficeShapeLineJoinType is round.
Declaration
public const OfficeShapeLineJoinType Round