|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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.
TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.
How to add text to the control section.
How to manage cells section.
|