Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.ColorHalo property

Previous pageReturn to chapter overviewNext page

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.

3dcm_i000062

 

 

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.