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

In This Topic
    WordSpacing Property
    In This Topic
    Gets or sets a value specifying additional spacing between "words".
    Syntax
    'Declaration
     
    Public Property WordSpacing As System.Nullable(Of SvgSpacing)
    public System.Nullable<SvgSpacing> WordSpacing {get; set;}
    See Also