←Select platform

Text Property

Summary

Gets or sets the text string associated with this AnnGroupObject 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 AnnGroupObject object

Remarks

When "getting" this property, internally this AnnGroupObject will enumerate all objects in the group and return the text of the first object in the group that implements the IAnnTextObject interface. For more information refer to IAnnTextObject.Text.

When "setting" this property, internally this AnnGroupObject will enumerate all objects in the group and set the text for each object that implements the IAnnTextObject interface. For more information refer to IAnnTextObject.Text.

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