Represents the lines join style.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
Public Enumeration LineJoinType
public enum class LineJoinType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Round
|
0
|
|
|
|
Bevel
|
1
|
|
|
|
Miter
|
2
|
|
See Also