Example #1
0
 public ColorProperty(string name, ColorProperty property)
     : base(name, property)
 {
     _value = property._value;
 }
Example #2
0
 public ColorProperty(string name, ColorProperty property)
     : base(name, property)
 {
     _value = property._value;
 }