Class LineJoinType
Specifies the type of join where two lines connects.
Inheritance
System.Object
LineJoinType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class LineJoinType : Enum
Fields
Bevel
Specifies the LineJoinType is bevel.
Declaration
public const LineJoinType Bevel
Field Value
Type |
---|
LineJoinType |
Miter
Specifies the LineJoinType is miter.
Declaration
public const LineJoinType Miter
Field Value
Type |
---|
LineJoinType |
None
Specifies the LineJoinType is none.
Declaration
public const LineJoinType None
Field Value
Type |
---|
LineJoinType |
Round
Specifies the LineJoinType is round.
Declaration
public const LineJoinType Round
Field Value
Type |
---|
LineJoinType |