WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct ELengthAdjust

    Show / Hide Table of Contents

    Struct ELengthAdjust

    ELengthAdjust class.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved