alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum AlignmentMode

    Defines how the specified selected items are aligned when calling the align command.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum AlignmentMode
    Examples
    private void OnAlignLeft()
    {
        diagram.SetAlign(AlignmentOptions.Left,null, AlignmentMode.Object);
    }

    Fields

    Name Description
    Object

    Aligns the selected objects based on the first object in the selected list.

    Selector

    Aligns the selected objects based on the selection boundary.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved