PowerTCP Emulation for .NET
Yellow Property




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