Struct ELengthAdjust
ELengthAdjust class.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public struct ELengthAdjust
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. |
Overrides
System.ValueType.ToString()