PropertyValueType Enumeration |
Represent property value types.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum PropertyValueType
Public Enumeration PropertyValueType
public enum class PropertyValueType
Members
| Member name | Value | Description |
---|
| NotDefined | -1 | |
| String | 0 | |
| Number | 1 | |
| Color | 2 | |
See Also