[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgSpacing

SvgSpacing Struct

Specifies additional spacing between "words" or adjacent typographic character units.

Implements
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public struct SvgSpacing : IEquatable<SvgSpacing>
Public Structure SvgSpacing
    Implements IEquatable(Of SvgSpacing)

Constructors

Name Description
SvgSpacing(float, SvgSpacingUnits)

Initializes a new instance of the SvgSpacing struct.

Fields

Name Description
Normal

Represents a normal spacing. Computes to zero.

Properties

Name Description
Units

Gets or sets the type of spacing units.

Value

Gets or sets the value of spacing in specified units.

Methods

Name Description
Equals(SvgSpacing)

Determines whether the specified SvgSpacing is equal to this instance.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this struct.

ToString()

Returns a string that represents the current struct.