Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.SolidBack property 
 
Type
[Visual Basic] 
Public Property SolidBack As Boolean 
 
[C#] 
public bool SolidBack {get; set;} 
 
[C++] 
public: __property bool get_SolidBack(); 
public: __property void set_SolidBack(bool);
 
 
Remarks
Boolean value that applies/removes a solid background rectangle to text. 
Supported values are the following: 
Value
Meaning
False (default)
The solid background is removed.
True
The solid background is applied.
 
The color of the solid background rectangle can be set through the TextDescriptor.ColorSolidBack property. 
Below you can see two samples of button with solid background applied: the left one has the TextDescriptor.Border property set to False while the right one has the same property set to True. 
 
(Available only with Professional edition)
 
 
See also
TextDescriptor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index