[]
Initializes a new instance of the SvgSpacing struct.
public SvgSpacing(float value, SvgSpacingUnits units = SvgSpacingUnits.Pixels)
Public Sub New(value As Single, Optional units As SvgSpacingUnits = SvgSpacingUnits.Pixels)
Type | Name | Description |
---|---|---|
float | value | The value of spacing in specified units. |
SvgSpacingUnits | units | The type of spacing units. |