[]
Specifies additional spacing between "words" or adjacent typographic character units.
public struct SvgSpacing : IEquatable<SvgSpacing>
Public Structure SvgSpacing
Implements IEquatable(Of SvgSpacing)
| Name | Description |
|---|---|
| SvgSpacing(float, SvgSpacingUnits) | Initializes a new instance of the SvgSpacing struct. |
| Name | Description |
|---|---|
| Normal | Represents a normal spacing. Computes to zero. |
| Name | Description |
|---|---|
| Units | Gets or sets the type of spacing units. |
| Value | Gets or sets the value of spacing in specified units. |
| 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. |