Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.ColorSolidBack property 
 
Type
[Visual Basic] 
Overrides Public Property ColorSolidBack As Color 
 
[C#] 
public override Color ColorSolidBack {get; set;} 
 
[C++] 
public: __property Color get_ColorSolidBack(); 
public: __property void set_ColorSolidBack(Color);
 
 
Remarks
Color of the text solid background rectangle. The text solid background rectangle can be hidden/shown through the TextDescriptor.SolidBack property. 
By default this color is set to Gray RGB (192, 192, 192). 
(Available only with Professional edition)
 
 
See also
TextDescriptor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index