Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

Text Property






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

            

            
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

Error processing SSI file