Enum BuildType
Specifies the build type value for text animation effect
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum BuildType
Fields
| Name | Description |
|---|---|
| AllParagraphsAtOnce | Specifies the text animation build type is AllParagraphsAtOnce |
| AsOneObject | Specifies the text animation build type is AsOneObject |
| ByLevelParagraphs1 | Specifies the text animation build type is ByLevelParagraphs1 |
| ByLevelParagraphs2 | Specifies the text animation build type is ByLevelParagraphs2 |
| ByLevelParagraphs3 | Specifies the text animation build type is ByLevelParagraphs3 |
| ByLevelParagraphs4 | Specifies the text animation build type is ByLevelParagraphs4 |
| ByLevelParagraphs5 | Specifies the text animation build type is ByLevelParagraphs5 |