Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / ShapeRendering Property

In This Topic
    ShapeRendering Property (SvgElement)
    In This Topic
    Gets or sets a hint to the implementation about what tradeoffs to make as it renders vector graphics elements.
    Syntax
    'Declaration
     
    Public Property ShapeRendering As System.Nullable(Of SvgShapeRendering)
    public System.Nullable<SvgShapeRendering> ShapeRendering {get; set;}
    See Also