menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HorizontalAlignment - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HorizontalAlignment

    Defines how the diagram elements have to be aligned with respect to its immediate parent Stretch - Stretches the diagram element throughout its immediate parent Left - Aligns the diagram element at the left of its immediate parent Right - Aligns the diagram element at the right of its immediate parent Center - Aligns the diagram element at the center of its immediate parent Auto - Aligns the diagram element based on the characteristics of its immediate parent

    Inheritance
    System.Object
    HorizontalAlignment
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class HorizontalAlignment : Enum

    Fields

    Auto

    Declaration
    public const HorizontalAlignment Auto
    Field Value
    Type
    HorizontalAlignment

    Center

    Declaration
    public const HorizontalAlignment Center
    Field Value
    Type
    HorizontalAlignment

    Left

    Declaration
    public const HorizontalAlignment Left
    Field Value
    Type
    HorizontalAlignment

    Right

    Declaration
    public const HorizontalAlignment Right
    Field Value
    Type
    HorizontalAlignment

    Stretch

    Declaration
    public const HorizontalAlignment Stretch
    Field Value
    Type
    HorizontalAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved