|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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:
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.
(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.
|