Guys hi there))
pleace tell me - Is this default attribute correct (it doesn't work in my costom control) -
[Bindable(true), Category("BrushOptions"), Description("end color"), DefaultValue(typeof(Color), "White")]
public Color EndColor
{
get { return endColor; }
set { endColor = value; OnChangeProperties(); }
}
thanks in advance))