←Select platform

Text Property

Summary

Gets or sets the text to show on AnnBatesText.

Syntax

C#
VB
Java
WinRT C#
C++
public string Text { get; set; } 
Public Property Text As String 
public string Text {get; set;} 
public String getText() 
public void setText(String text) 
             
 <br/>get_Text();<br/>set_Text(value);<br/>Object.defineProperty('Text');  
public:  
   property String^ Text 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A value of the text to show on this element

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Documents Assembly