←Select platform

Text Property

Summary
Gets or sets the text to be displayed by this AnnLabel.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string Text { get; set; } 
@property (nonatomic, copy, nullable) NSString *text; 
public String getText() 
public void setText(String text) 
public:  
   property String^ Text 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Text # get and set (AnnLabel) 

Property Value

The text to be displayed by this AnnLabel.

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel Members

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

Leadtools.Annotations.Engine Assembly

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