PowerTCP Emulation for .NET
BoldColor Property




Gets or sets the color of bold/bright text.
Syntax
<DefaultValueAttribute()>
Public Property BoldColor As Color
Dim instance As Vt
Dim value As Color
 
instance.BoldColor = value
 
value = instance.BoldColor
[DefaultValue()]
public Color BoldColor {get; set;}
[DefaultValue()]
public: __property Color get_BoldColor();
public: __property void set_BoldColor( 
   Color value
);
[DefaultValue()]
public:
property Color BoldColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color value specifying the color of bold/bright text.
Remarks

The default value is lime (R=0, G=255, B=0).

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