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!

Format.NullColor

[To be supplied.]

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

See Also

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