Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgSpacing Structure / SvgSpacing Constructor
The value of spacing in specified units.
The type of spacing units.

In This Topic
    SvgSpacing Constructor
    In This Topic
    Initializes a new instance of the SvgSpacing struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.Single, _
       Optional ByVal units As SvgSpacingUnits _
    )
    public SvgSpacing( 
       System.float value,
       SvgSpacingUnits units
    )

    Parameters

    value
    The value of spacing in specified units.
    units
    The type of spacing units.
    See Also