Color.IsEmpty Property

Definition

Specifies whether this Color structure is uninitialized.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Property Value

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

Applies to