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

Brushes.LavenderBlush Property

Gets a system-defined Brush object.

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

Property Value

A Brush 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

Brushes Class | Brushes Members | System.Drawing Namespace

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