Enum OfficeShapeLineJoinType
Specifies the type of join where two lines connects.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.Base.dll
Syntax
public enum OfficeShapeLineJoinType
  Fields
| Name | Description | 
|---|---|
| Bevel | Specifies the OfficeShapeLineJoinType is bevel.  | 
      
| Miter | Specifies the OfficeShapeLineJoinType is miter.  | 
      
| None | Specifies the OfficeShapeLineJoinType is none.  | 
      
| Round | Specifies the OfficeShapeLineJoinType is round.  |