If I understand correctly, these set up the NinjaScriptProperty of my drawing tool. I've already created some simple ones like ShowProximalPrice, Bool, True but I do want to setup some color choices for users.
I want to have the user be able to adjust and change the colors and the opacity of the fill, the outline thickness, color, and opacity but the only options are Int,bool,double,string,and time (see screencap)
For selecting colors, isn't it supposed to be a Brush? Should I just use a string to generate the code then change the parameter?

Comment