menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class VerticalAlignment

    Defines how the diagram elements have to be aligned with respect to its immediate parent Stretch - Stretches the diagram element throughout its immediate parent Top - Aligns the diagram element at the top of its immediate parent Bottom - Aligns the diagram element at the bottom 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
    VerticalAlignment
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class VerticalAlignment : Enum

    Fields

    Auto

    Declaration
    public const VerticalAlignment Auto
    Field Value
    Type
    VerticalAlignment

    Bottom

    Declaration
    public const VerticalAlignment Bottom
    Field Value
    Type
    VerticalAlignment

    Center

    Declaration
    public const VerticalAlignment Center
    Field Value
    Type
    VerticalAlignment

    Stretch

    Declaration
    public const VerticalAlignment Stretch
    Field Value
    Type
    VerticalAlignment

    Top

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