Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.SolidBackShadow property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property SolidBackShadow As Boolean

 

[C#]

public bool SolidBackShadow {get; set;}

 

[C++]

public: __property bool get_SolidBackShadow();

public: __property void set_SolidBackShadow(bool);

 

 

Remarks

Boolean value that applies/removes a shadow to an eventual solid background rectangle applied to text.

Supported values are the following:

Value

Meaning

False (default)

The shadow is removed.

True

The shadow is applied.

 

The color of the shadow can be set through the TextDescriptor.ColorSolidBackShadow property.

This property value is ignored if the TextDescriptor.SolidBack property is set to False.

Below you can see two samples of button with solid background applied: the left one doesn't have the shadow while the right one has the shadow applied.

3dcm_i000056

 

 

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.