Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.Border property 
 
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. 
 
(Available only with Professional edition)
 
 
See also
TextDescriptor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index