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