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