NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NumericFormat.NegativeColor

[To be supplied.]

[Visual Basic]
Public Property NegativeColor As Color
[C#]
public Color NegativeColor {get; set;}
[C++]
public: __property Color get_NegativeColor();
public: __property void set_NegativeColor(Color);
[JScript]
public function get NegativeColor() : Color;
public function set NegativeColor(Color);

See Also

NumericFormat Class | NumericFormat Members | System.WinForms.ComponentModel Namespace