PenAlignmentType Enumeration
|
Represents the lines alignment type.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum PenAlignmentType
Public Enumeration PenAlignmentType
public enum class PenAlignmentType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Center
|
0
|
|
|
|
Inset
|
1
|
|
See Also