PowerTCP Emulation for .NET
CyanBold Property




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