PowerTCP Emulation for .NET
BoldNegativeColor Property




Gets or sets the color of bold/bright text when fore/back is inverted.
Syntax
<DefaultValueAttribute()>
Public Property BoldNegativeColor As Color
Dim instance As Vt
Dim value As Color
 
instance.BoldNegativeColor = value
 
value = instance.BoldNegativeColor
[DefaultValue()]
public Color BoldNegativeColor {get; set;}
[DefaultValue()]
public: __property Color get_BoldNegativeColor();
public: __property void set_BoldNegativeColor( 
   Color value
);
[DefaultValue()]
public:
property Color BoldNegativeColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color value specifying the color of bold/bright text when fore/back is inverted.
Remarks

The default value is Color.Green.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic