|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Overrides Public Property ColorSolidBackShadow As Color
[C#]
public override Color ColorSolidBackShadow {get; set;}
[C++]
public: __property Color get_ColorSolidBackShadow();
public: __property void set_ColorSolidBackShadow(Color);
|
|
|
|
|
Remarks
|
Color of the shadow applied under the text solid background rectangle. The shadow can be hidden/shown through the TextDescriptor.SolidBackShadow property.
By default this color is set to pure Black RGB (0, 0, 0).
(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.
|