This topic has not yet been rated - Rate this topic

SystemPens.ControlDarkDark Property

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.