alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum DiagramExpandIcons

    Specifies the shape of the Expand Icon.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum DiagramExpandIcons
    Remarks

    To know more about using icon shapes, refer to the icons. To apply the Minus icon shape, use the below code

    Examples
        Node Node1 = new Node()
        {
            ExpandIcon = new DiagramExpandIcon() {
                Shape = DiagramExpandIcons.Minus,
            }
    }

    Fields

    Name Description
    ArrowDown

    "The shape of the icon is set to Arrow shape facing downwards"

    Minus

    "The shape of the icon is set to Minus shape"

    None

    "The shape of the icon is set to None"

    Path

    "The shape of the icon is set to path shape"

    Template

    "The shape of the icon is set to Template shape"

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