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

Show in webframe

DefaultText Property (AnnTextPointerDrawDesigner)






Gets or sets the default text to be used with new AnnTextPointerObject objects.
Syntax
public virtual string DefaultText {get; set;}
'Declaration
 
Public Overridable Property DefaultText As String
'Usage
 
Dim instance As AnnTextPointerDrawDesigner
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 AnnTextPointerDrawDesigner.
Requirements

Target Platforms

See Also

Reference

AnnTextPointerDrawDesigner Class
AnnTextPointerDrawDesigner Members

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