04-15-2014, 03:56 PM
Hi,
When I set the AutoSize property to false, I get the following xaml inserted instead. I do not wish to see this as well. I would like my xaml to be the same as the one I see when exported and chose get geometries from ViewerSvg. Could you please help me to achieve that?
<GeometryDrawing>
- <GeometryDrawing.Pen>
<Pen Brush="#00FFFFFF" Thickness="0" />
</GeometryDrawing.Pen>
- <GeometryDrawing.Geometry>
<RectangleGeometry Rect="0,0,32,32" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
When I set the AutoSize property to false, I get the following xaml inserted instead. I do not wish to see this as well. I would like my xaml to be the same as the one I see when exported and chose get geometries from ViewerSvg. Could you please help me to achieve that?
<GeometryDrawing>
- <GeometryDrawing.Pen>
<Pen Brush="#00FFFFFF" Thickness="0" />
</GeometryDrawing.Pen>
- <GeometryDrawing.Geometry>
<RectangleGeometry Rect="0,0,32,32" />
</GeometryDrawing.Geometry>
</GeometryDrawing>

