SvgSpacing Structure Members
In This Topic
The following tables list the members exposed by SvgSpacing.
Public Constructors
Public Fields
| Name | Description |
![Public Field](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Normal | Represents a normal spacing. Computes to zero. |
Top
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Units | Gets or sets the type of spacing units. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Value | Gets or sets the value of spacing in specified units. |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Equals | Overloaded. Determines whether the specified SvgSpacing is equal to this instance. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetHashCode | Returns a hash code for this struct. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ToString | Returns a string that represents the current struct. |
Top
See Also