Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.ColorBorder property 
 
Type
[Visual Basic] 
Overrides Public Property ColorBorder As Color 
 
[C#] 
public override Color ColorBorder {get; set;} 
 
[C++] 
public: __property Color get_ColorBorder(); 
public: __property void set_ColorBorder(Color);
 
 
Remarks
Color of the text border line. The text border line can be hidden/shown through the TextDescriptor.Border property. 
By default this color is set to pure Black RGB (0, 0, 0). 
(Available only with Professional edition)
 
 
See also
TextDescriptor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index