Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Color::IsEmpty Property

 

Specifies whether this Color structure is uninitialized.

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

public:
property bool IsEmpty {
	bool get();
}

Property Value

Type: System::Boolean

This property returns true if this color is uninitialized; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft