SystemPens::ButtonShadow Property
.NET Framework (current version)
Gets a Pen that is the shadow color of a 3-D element.
Assembly: System.Drawing (in System.Drawing.dll)
This color is applied to parts of a 3-D element that face away from the light source.
The following code example demonstrates how to use the ButtonShadow property. To run this example, paste it into a Windows Form. Handle the form’s Paint event and call the DrawWithButtonShadowPen method from the Paint event-handling method, passing e as PaintEventArgs.
.NET Framework
Available since 2.0
Available since 2.0
Show: