TextAnimationBuildType Property |
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.
Read/write
BuildType.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic BuildType BuildType { get; set; }
Public Property BuildType As BuildType
Get
Set
public:
virtual property BuildType BuildType {
BuildType get () sealed;
void set (BuildType value) sealed;
}
abstract BuildType : BuildType with get, set
override BuildType : BuildType with get, set
Property Value
Type:
BuildTypeImplements
ITextAnimationBuildType
See Also