PowerTCP Emulation for .NET
YellowBold Property




Specifies the color to use for ANSI bright yellow/brown.
Syntax
<DefaultValueAttribute()>
Public Property YellowBold As Color
Dim instance As AnsiColor
Dim value As Color
 
instance.YellowBold = value
 
value = instance.YellowBold
[DefaultValue()]
public Color YellowBold {get; set;}
[DefaultValue()]
public: __property Color get_YellowBold();
public: __property void set_YellowBold( 
   Color value
);
[DefaultValue()]
public:
property Color YellowBold {
   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