Struct ELengthAdjust
Represents the value of LengthAdjust attribute of SVG DOM.
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.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.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 STR.
Declaration
public static ELengthAdjust Parse(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str | The STR. |
Returns
Type | Description |
---|---|
ELengthAdjust | Returns ELengthAdjust. |
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()