←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 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly