[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.GcSvgGraphics.ShapeRendering

ShapeRendering Property

ShapeRendering

Gets or sets a hint to the implementation about what tradeoffs to make as it renders vector graphics elements.

Setting this property affects the subsequent calls of the Draw/Fill methods. It does not affect the previous calls.

The default is Auto.
Declaration
public SvgShapeRendering ShapeRendering { get; set; }
Public Property ShapeRendering As SvgShapeRendering