TextData Property
Summary
Gets or sets the text data if this is a text SVG element.
Syntax
C#
VB
Objective-C
C++
Java
@property (nonatomic, strong, nullable) LTSvgTextData *textData
public SvgTextData getTextData()
public void setTextData(SvgTextData textData)
Property Value
The text data if this is a text SVG element or null otherwise. The default value is null.