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

Show in webframe

DefaultText Property (AnnTextDrawDesigner)






Gets or sets the default text to be used with new AnnTextObject objects.
Syntax
public virtual string DefaultText {get; set;}
'Declaration
 
Public Overridable Property DefaultText As String
'Usage
 
Dim instance As AnnTextDrawDesigner
Dim value As String
 
instance.DefaultText = value
 
value = instance.DefaultText

            

            
public:
virtual property String^ DefaultText {
   String^ get();
   void set (    String^ value);
}

Property Value

A String that represents the default text.
Example
For an example, refer to AnnTextDrawDesigner.
Requirements

Target Platforms

See Also

Reference

AnnTextDrawDesigner Class
AnnTextDrawDesigner Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)