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