[]
Specifies additional spacing between "words" or adjacent typographic character units.
public struct SvgSpacing : IEquatable<SvgSpacing>
Initializes a new instance of the SvgSpacing struct.
public SvgSpacing(float value, SvgSpacingUnits units = SvgSpacingUnits.Pixels)
value
floatThe value of spacing in specified units.
units
SvgSpacingUnitsThe type of spacing units.
Represents a normal spacing. Computes to zero.
public static readonly SvgSpacing Normal
Gets or sets the type of spacing units.
public SvgSpacingUnits Units { get; set; }
Gets or sets the value of spacing in specified units.
public float Value { get; set; }
Determines whether the specified SvgSpacing is equal to this instance.
public bool Equals(SvgSpacing other)
other
SvgSpacingDetermines whether the specified object is equal to this instance.
public override bool Equals(object obj)
obj
objectReturns a hash code for this struct.
public override int GetHashCode()
Returns a string that represents the current struct.
public override string ToString()