←Select platform

TextData Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
public Leadtools.Svg.SvgTextData TextData {get; set;}
Public Property TextData As Leadtools.Svg.SvgTextData
@property (nonatomic, strong, nullable) LTSvgTextData *textData
public SvgTextData getTextData() 
public void setTextData(SvgTextData textData) 
public: 
property Leadtools.Svg.SvgTextData^ TextData { 
   Leadtools.Svg.SvgTextData^ get(); 
   void set (    Leadtools.Svg.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Svg Assembly
Click or drag to resize