Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.SolidBack property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property SolidBack As Boolean

 

[C#]

public bool SolidBack {get; set;}

 

[C++]

public: __property bool get_SolidBack();

public: __property void set_SolidBack(bool);

 

 

Remarks

Boolean value that applies/removes a solid background rectangle to text.

Supported values are the following:

Value

Meaning

False (default)

The solid background is removed.

True

The solid background is applied.

 

The color of the solid background rectangle can be set through the TextDescriptor.ColorSolidBack property.

Below you can see two samples of button with solid background applied: the left one has the TextDescriptor.Border property set to False while the right one has the same property set to True.

3dcm_i000054

 

 

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.