PropertyValueType Enumeration
|
Represent property value types.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum PropertyValueType
Public Enumeration PropertyValueType
public enum class PropertyValueType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
|
|
|
String
|
0
|
|
|
|
Number
|
1
|
|
|
|
Color
|
2
|
|
See Also