PowerTCP Emulation for .NET
Cyan Property




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