PowerTCP Emulation for .NET
WhiteBold Property




Specifies the color to use for ANSI bright white.
Syntax
<DefaultValueAttribute()>
Public Property WhiteBold As Color
Dim instance As AnsiColor
Dim value As Color
 
instance.WhiteBold = value
 
value = instance.WhiteBold
[DefaultValue()]
public Color WhiteBold {get; set;}
[DefaultValue()]
public: __property Color get_WhiteBold();
public: __property void set_WhiteBold( 
   Color value
);
[DefaultValue()]
public:
property Color WhiteBold {
   Color get();
   void set (    Color value);
}
See Also

Reference

AnsiColor Class
AnsiColor Members


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