SystemPens::ControlDarkDark Property

 

Gets a Pen that is the dark shadow color of a 3-D element.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Pen^ ControlDarkDark {
	static Pen^ get();
}

Property Value

Type: System.Drawing::Pen^

A Pen that is the dark shadow color of a 3-D element.

This color is applied to the parts of a 3-D element that are the darkest color.

The following code example demonstrates how to use the ControlDarkDark property. To run this example, paste it into a Windows Form. Handle the form’s Paint event and call the DrawWithControlDarkDarkPen method from the Paint event-handling method, passing e as PaintEventArgs.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: