Try it this way :
Code:private Color color1; [DefaultValue(typeof(Color),"LightBlue")] public Color GradientColor1 { get{ return color1;} set{ color1=value;} }
|
Results 1 to 6 of 6
Thread: DefaultValueThreaded View
|
Click Here to Expand Forum to Full Width |