I’m trying to add properties to SolidColorStroke, and I’d like the properties to be assignable in MXML. It looks to me like I did everything correctly, but when I try to assign the properties in MXML, I get a "This attribute is unexpected. It will be ignored.” error.
Am I missing a step? Do I need to change something other than the class file? Harbs