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

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