←Select platform

DefaultText Property

Summary
The default text to be used with new AnnTextPointerObject objects.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual string DefaultText { get; set; } 
@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) 
   } 
DefaultText # get and set (AnnTextPointerDrawDesigner) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

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