LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Text Property

Show in webframe



Gets or sets the text to be painted on the cell.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As TextDrawingOptions
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

The text to be painted on the cell.
Requirements

Target Platforms

See Also

Reference

TextDrawingOptions Class
TextDrawingOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.