Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.ColorShadow property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property ColorShadow As Color

 

[C#]

public override Color ColorShadow {get; set;}

 

[C++]

public: __property Color get_ColorShadow();

public: __property void set_ColorShadow(Color);

 

 

Remarks

Color of the shadowed text portion.

This property is available only when a special effect, set through the TextDescriptor.SpecialEffect, is applied

If this color is left "undefined" the color will be calculated automatically: once the color has been defined, it can be reset back to the "undefined" state by setting its value to Color.Empty.

Below you can see a zoomed button portion with the TextDescriptor.ColorHighlight and TextDescriptor.ColorShadow components shown under a raised text.

3dcm_i000058

 

 

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.