Represents point value.
Only: bool, ColorFormat, float, int, string.
Read/write
Object.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public Object Value { get; set; }
Public Property Value As Object
Get
Set
public:
virtual property Object^ Value {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract Value : Object with get, set
override Value : Object with get, set
Property Value
Type:
ObjectImplements
IPointValueSee Also