Class ELengthAdjust
ELengthAdjust class.
Inheritance
System.Object
ELengthAdjust
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class ELengthAdjust : ValueType
Properties
Spacing
Gets the spacing.
Declaration
public static ELengthAdjust Spacing { get; }
Property Value
| Type | Description |
|---|---|
| ELengthAdjust | The spacing. |
SpacingAndGlyphs
Gets the spacing and glyphs.
Declaration
public static ELengthAdjust SpacingAndGlyphs { get; }
Property Value
| Type | Description |
|---|---|
| ELengthAdjust | The spacing and glyphs. |
Methods
Parse(String)
Parses the specified string.
Declaration
public static ELengthAdjust Parse(string str)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | str | The string. |
Returns
| Type | Description |
|---|---|
| ELengthAdjust | The length |
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String | A System.String containing a fully qualified type name. |