←Select platform

Text Property

Summary

Gets or sets the text string associated with this AnnTextObject class object.

Syntax

C#
VB
C++
public virtual string Text { get; set; } 
  
Public Overridable Property Text As String 
public: 
virtual property String^ Text { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The text string associated with this AnnTextObject object

Remarks

For more information, refer to Using Text in Annotation Object. (Deprecated)

Example

For an example, refer to AnnTextObject.

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.Annotations Assembly