alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ELengthAdjust

    Represents the value of LengthAdjust attribute of SVG DOM.

    Inheritance
    System.Object
    ELengthAdjust
    Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
    Assembly: Syncfusion.Chart.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 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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved