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!

SystemColors.ControlLightLight

The color of very light highlights on 3D objects.

[Visual Basic]
Public Shared ReadOnly Property ControlLightLight As Color
[C#]
public static Color ControlLightLight {get;}
[C++]
public: __property static Color get_ControlLightLight();
[JScript]
public static function get ControlLightLight() : Color;

See Also

SystemColors Class | SystemColors Members | System.Drawing Namespace