alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum SizingMode

    Specifies how to equally size the selected nodes with respect to the first selected object.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum SizingMode
    Examples
    private void OnSameSize()
    {
       diagram.SetSameSize(SizingMode.Both);
    }
    private void OnSameWidth()
    {
       diagram.SetSameSize(SizingMode.Width);
    }
    private void OnSameHeight()
    {
       diagram.SetSameSize(SizingMode.Height);
    }

    Fields

    Name Description
    Both

    Scales the selected objects both vertically and horizontally.

    Height

    Scales the height of the selected objects.

    Width

    Scales the width of the selected objects.

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