add IsEmpty property to Color
This commit is contained in:
parent
05915bf21c
commit
e522d7042b
@ -28,6 +28,7 @@ namespace MBS.Framework.Drawing
|
|||||||
public static readonly Color Empty;
|
public static readonly Color Empty;
|
||||||
|
|
||||||
private bool isNotEmpty;
|
private bool isNotEmpty;
|
||||||
|
public bool IsEmpty { get { return !isNotEmpty; } }
|
||||||
|
|
||||||
private double mvarR;
|
private double mvarR;
|
||||||
public double R { get { return mvarR; } set { mvarR = value; } }
|
public double R { get { return mvarR; } set { mvarR = value; } }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user