Property IsEmpty
IsEmpty
Specifies whether this Color structure is uninitialized.
[Browsable(false)]
public bool IsEmpty { get; }
Property Value
- bool
This property returns
trueif this color is uninitialized; otherwise,false.
Specifies whether this Color structure is uninitialized.
[Browsable(false)]
public bool IsEmpty { get; }
This property returns true if this color is uninitialized;
otherwise, false.