Page 1 of 1

Support Polygon XAML

Posted: 02 Sep 2014, 12:54
by pmike
Is tags <Polygon>, <Polyline> supported in XAML?

Re: Support Polygon XAML

Posted: 02 Sep 2014, 12:58
by jsantos
For now, we only support the optimized format for paths (streamgeometry). The alternatives are less efficient and are only useful if you want to modify the internal paths at runtime. If you are using Blend, it is very easy to convert a Path to a stream geometry. Just select the path and copy the Data field, create a new Path and paste the Data into it.

Re: Support Polygon XAML

Posted: 02 Sep 2014, 13:02
by pmike
Ок, Thanks!