TextAnimation
ParagraphBuildType Property
|
Paragraph build type of text animation.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ParagraphBuildType ParagraphBuildType { get; set; }
Public Property ParagraphBuildType As ParagraphBuildType
Get
Set
public:
property ParagraphBuildType ParagraphBuildType {
ParagraphBuildType get ();
void set (ParagraphBuildType value);
}
member ParagraphBuildType : ParagraphBuildType with get, set
Property Value
Type:
ParagraphBuildType
See Also