GradientShapeType Enumeration
|
Represents the shape of gradient fill.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum GradientShapeType
Public Enumeration GradientShapeType
public enum class GradientShapeType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
Linear
|
0
|
|
|
|
Rectangle
|
1
|
|
|
|
Radial
|
2
|
|
|
|
Path
|
3
|
|
See Also