The TextColor Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Gets or sets the color of the cell overlay text.| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("The overlay tag color")> <CategoryAttribute("Overlay tag properties")> Public Property TextColor As Color  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As Medical3DControl Dim value As Color instance.TextColor = value value = instance.TextColor  | |
| C# | |
|---|---|
[DescriptionAttribute("The overlay tag color")] [CategoryAttribute("Overlay tag properties")] public Color TextColor {get; set;}  | |
| C++/CLI | |
|---|---|
[DescriptionAttribute("The overlay tag color")] [CategoryAttribute("Overlay tag properties")] public: property Color TextColor { Color get(); void set ( Color value); }  | |
Property Value
The color of the cell overlay text.For an example, refer to Leadtools.MedicalViewer.MedicalViewer(). 
            
 
            
            
            Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                           
Copy Code