I can't geting the Point value from Point1 (QuadraticBezierSegment) property.May be a bug?
How can I get the Point value from Point1(Point2) (<QuadraticBezierSegment Name="qbs1" Point1="100,100" Point2="200,200" />) property? MSDN is saying that it possible (get: value = object.Point1; set: object.Point1 = value). I can set value, but get value i can't. I am try so: 1) value = object.Point1; 2) value = object["Point1"]; 3)value = GetValue("Point1"), but no working anyone method. Please, help.
I can't get the point either. :)
I was able to set the value, but I'm just confirming that getting the value doesn't seem to work. I'm wondering if it has to do with the fact that the return value is a Point object which can't be instantiated in script.