PowerTCP Emulation for .NET
Magenta Property




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