←Select platform

DefaultText Property

Summary
The default text to be used with new AnnTextPointerObject objects.
Syntax
C#
VB
Objective-C
C++
Java
public virtual string DefaultText { get; set; } 
Public Overridable Property DefaultText As String 
@property (nonatomic, copy, nullable) NSString *defaultText 
public String getDefaultText() 
public void setDefaultText(String text) 
public:  
   virtual property String^ DefaultText 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The default text to be used with new AnnTextPointerObject objects. The default value is "AaBbZz".

Remarks

The designer will use the value of DefaultText if the current target text pointer object does not have a text value.s

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.