menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VerticalAlign - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VerticalAlign

    Specifies the vertical position options for the toolbar.

    Inheritance
    System.Object
    VerticalAlign
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class VerticalAlign : Enum

    Fields

    Bottom

    Positions the toolbar at the bottom of the chart.

    Declaration
    public const VerticalAlign Bottom
    Field Value
    Type
    VerticalAlign

    Middle

    Vertically centers the toolbar within the chart.

    Declaration
    public const VerticalAlign Middle
    Field Value
    Type
    VerticalAlign

    Top

    Positions the toolbar at the top of the chart.

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