Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.Border property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property Border As Boolean

 

[C#]

public bool Border {get; set;}

 

[C++]

public: __property bool get_Border();

public: __property void set_Border(bool);

 

 

Remarks

Boolean value that applies/removes a border line around the text.

Supported values are the following:

Value

Meaning

False (default)

The border is removed.

True

The border is applied.

 

The color of the border line can be set through the TextDescriptor.ColorBorder property.

Below you can see a button sample with a text bordered with a black line.

3dcm_i000053

 

 

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.