LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Text Property
See Also 
Leadtools.Dicom.Web Namespace > TextDrawingOptions Class : Text Property



Gets or sets the text to be painted on the cell.

Syntax

Visual Basic (Declaration) 
Public Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As TextDrawingOptions
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
public string Text {get; set;}
C++/CLI 
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

The text to be painted on the cell.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also