AnimationEffect
StartParagraph Property
|
Starting text paragraph which effect is applied to.
Read-only
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextParagraph StartParagraph { get; }
Public ReadOnly Property StartParagraph As TextParagraph
Get
public:
property TextParagraph^ StartParagraph {
TextParagraph^ get ();
}
member StartParagraph : TextParagraph with get
Property Value
Type:
TextParagraph
See Also