public enum LineJoinStyle : System.Enum
public enum LineJoinStyle : System.Enum
Member | Description |
---|---|
Bevel | Specifies the corners where the two lines intersect are cut off at a 45 degree angle. |
Miter | Specifies the corners where the two lines intersect are squared off. |
Round | Specifies the corners where the two lines intersect are rounded. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.Drawing.LineJoinStyle