AnimationEffect
EndParagraph Property
|
Ending 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 EndParagraph { get; }
Public ReadOnly Property EndParagraph As TextParagraph
Get
public:
property TextParagraph^ EndParagraph {
TextParagraph^ get ();
}
member EndParagraph : TextParagraph with get
Property Value
Type:
TextParagraph
See Also