BevelPresetType Enumeration
|
Indicates 3D bevel of shape.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum BevelPresetType
Public Enumeration BevelPresetType
public enum class BevelPresetType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Angle
|
0
|
|
|
|
ArtDeco
|
1
|
|
|
|
Circle
|
2
|
|
|
|
Convex
|
3
|
|
|
|
CoolSlant
|
4
|
|
|
|
Cross
|
5
|
|
|
|
Divot
|
6
|
|
|
|
HardEdge
|
7
|
|
|
|
RelaxedInset
|
8
|
|
|
|
Riblet
|
9
|
|
|
|
Slope
|
10
|
|
|
|
SoftRound
|
11
|
|
See Also