PropertyEffectValueType Property |
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic PropertyValueType ValueType { get; set; }
Public Property ValueType As PropertyValueType
Get
Set
public:
virtual property PropertyValueType ValueType {
PropertyValueType get () sealed;
void set (PropertyValueType value) sealed;
}
abstract ValueType : PropertyValueType with get, set
override ValueType : PropertyValueType with get, set
Property Value
Type:
PropertyValueTypeImplements
IPropertyEffectValueType
See Also