←Select platform

Text Property

Summary

Gets or sets the text as a string.

Syntax

C#
VB
Java
Objective-C
C++
public string Text { get; set; } 
Public Property Text As String 
@property (nonatomic, copy, nullable) NSString *text 
public String getText() 
public void setText(String text) 
             
public: 
property String^ Text { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The text as a string. The default value is null.

Remarks

Refer to SvgDocument.SortElements and SvgTextData for more information.

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