alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Enum DecoratorShape

    Specifies the decorator shape of the connector.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum DecoratorShape
    Examples
    Connector Connector = new Connector()
    {
        TargetDecorator = new DecoratorSettings()
        {
            Shape = DecoratorShape.Arrow,
        }
    };

    Fields

    Name Description
    Arrow

    Sets the decorator’s shape to arrow.

    Circle

    Sets the decorator shape to circle.

    Custom

    Sets the decorator’s shape to custom

    Diamond

    Sets the decorator shape to diamond.

    DoubleArrow

    Sets the decorator’s shape to double arrow

    Fletch

    Sets the decorator shape to fletch.

    InArrow

    Sets the decorator shape to in arrow

    None

    Sets the decorator's shape to none.

    OpenArrow

    Sets the decorator shape to open arrow.

    OpenFletch

    Sets the decorator shape to open fletch

    OutArrow

    Sets the decorator shape to out arrow

    Square

    Sets the decorator shape to square.

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