PowerTCP Emulation for .NET
Style Property




ANSI color scheme used by the display. May be customized or based on other popular applications.
Syntax
<DefaultValueAttribute()>
Public Property Style As AnsiColor.AnsiStyle
Dim instance As AnsiColor
Dim value As AnsiColor.AnsiStyle
 
instance.Style = value
 
value = instance.Style
[DefaultValue()]
public AnsiColor.AnsiStyle Style {get; set;}
[DefaultValue()]
public: __property AnsiColor.AnsiStyle get_Style();
public: __property void set_Style( 
   AnsiColor.AnsiStyle value
);
[DefaultValue()]
public:
property AnsiColor.AnsiStyle Style {
   AnsiColor.AnsiStyle get();
   void set (    AnsiColor.AnsiStyle 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