←Select platform

TextData Property

Summary

Gets or sets the text data if this is a text SVG element.

Syntax
C#
VB
Objective-C
C++
Java
public SvgTextData TextData { get; set; } 
Public Property TextData As SvgTextData 
@property (nonatomic, strong, nullable) LTSvgTextData *textData 
public SvgTextData getTextData() 
public void setTextData(SvgTextData textData) 
public: 
property SvgTextData^ TextData { 
   SvgTextData^ get(); 
   void set (    SvgTextData^ ); 
} 

Property Value

The text data if this is a text SVG element or null otherwise. The default value is null.

Remarks

Only valid if ElementType is a text SVG element.

Example

For an example, refer to SvgDocument.SortElements.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly