![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgElementInfo Class : TextData Property |
public SvgTextData TextData {get; set;}
'Declaration
Public Property TextData As SvgTextData
'Usage
Dim instance As SvgElementInfo Dim value As SvgTextData instance.TextData = value value = instance.TextData
@property (nonatomic, strong, nullable) LTSvgTextData *textData
public SvgTextData getTextData() public void setTextData(SvgTextData textData)
public: property SvgTextData^ TextData { SvgTextData^ get(); void set ( SvgTextData^ value); }
Only valid if ElementType is a text SVG element.
For an example, refer to SvgDocument.SortElements.