|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Overrides Public Property ColorBorder As Color
[C#]
public override Color ColorBorder {get; set;}
[C++]
public: __property Color get_ColorBorder();
public: __property void set_ColorBorder(Color);
|
|
|
|
|
Remarks
|
Color of the text border line. The text border line can be hidden/shown through the TextDescriptor.Border property.
By default this color is set to pure Black RGB (0, 0, 0).
(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.
|