SystemPens.ControlDarkDark Property
.NET Framework 1.1
Gets a Pen object that is the dark shadow color of a 3-D element. The dark shadow color is applied to the parts of a 3-D element that are the darkest color.
[Visual Basic] Public Shared ReadOnly Property ControlDarkDark As Pen [C#] public static Pen ControlDarkDark {get;} [C++] public: __property static Pen* get_ControlDarkDark(); [JScript] public static function get ControlDarkDark() : Pen;
Property Value
A Pen object that is the dark shadow color of a 3-D element.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
SystemPens Class | SystemPens Members | System.Drawing Namespace