Represents time value.
Read/write
Single.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float Time { get; set; }
Public Property Time As Single
Get
Set
public:
virtual property float Time {
float get () sealed;
void set (float value) sealed;
}
abstract Time : float32 with get, set
override Time : float32 with get, set
Property Value
Type:
SingleImplements
IPointTime
See Also