Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.ColorBorder property

Previous pageReturn to chapter overviewNext page

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).

 

 

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.