Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

Text Property






Gets or sets the text as a string.
Syntax
public string Text {get; set;}
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As SvgTextData
Dim value As String
 
instance.Text = value
 
value = instance.Text
@property (nonatomic, copy, nullable) NSString *text
public String getText()
public void setText(String text)
            
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

SvgTextData Class
SvgTextData Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features