Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTextPathElement Class / Spacing Property

In This Topic
    Spacing Property (SvgTextPathElement)
    In This Topic
    Gets or sets a value indicating how the user agent should determine the spacing between typographic characters that are to be rendered along a path.
    Syntax
    'Declaration
     
    Public Property Spacing As System.Nullable(Of SvgTextPathSpacing)
    public System.Nullable<SvgTextPathSpacing> Spacing {get; set;}
    See Also