Expand Minimize
This topic has not yet been rated - Rate this topic

Pens.LightSeaGreen Property

A system-defined Pen object with a width of 1.

[Visual Basic]
Public Shared ReadOnly Property LightSeaGreen As Pen
[C#]
public static Pen LightSeaGreen {get;}
[C++]
public: __property static Pen* get_LightSeaGreen();
[JScript]
public static function get LightSeaGreen() : Pen;

Property Value

A Pen object set to a system-defined color.

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

Pens Class | Pens Members | System.Drawing Namespace

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