Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    AlignmentMode

    Selector

    Aligns the selected objects based on the selection boundary.

    Declaration
    public const AlignmentMode Selector
    Field Value
    Type Description
    AlignmentMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved