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

Leadtools.Annotations.Designers Assembly