menu

Blazor

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

    Show / Hide Table of Contents

    Class AlignmentMode

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

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

    Fields

    Object

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

    Declaration
    public const AlignmentMode Object
    Field Value
    Type
    AlignmentMode

    Selector

    Aligns the selected objects based on the selection boundary.

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