Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.ColorHalo property 
 
Type
[Visual Basic] 
Overrides Public Property ColorHalo As Color 
 
[C#] 
public override Color ColorHalo {get; set;} 
 
[C++] 
public: __property Color get_ColorHalo(); 
public: __property void set_ColorHalo(Color);
 
 
Remarks
Color of the Halo applied to the text when a Halo special effect has been set through the TextDescriptor.SpecialEffect
By default this color is set to pure White RGB (255, 255, 255). 
Below you can see a sample of button with the caption text surrounded by a pure Yellow RGB (255, 255, 0) Halo. 
 
(Available only with Professional edition)
 
 
See also
TextDescriptor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index