menu

Blazor

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

    Show / Hide Table of Contents

    Class DecoratorShape

    Specifies the decorator shape of the connector.

    Inheritance
    System.Object
    DecoratorShape
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class DecoratorShape : Enum
    Examples
            Connector Connector = new Connector()
            {
                TargetDecorator = new DecoratorSettings()
                {
                    Shape = DecoratorShape.Arrow,
                }
            };

    Fields

    Arrow

    Sets the decorator’s shape to arrow.

    Declaration
    public const DecoratorShape Arrow
    Field Value
    Type
    DecoratorShape

    Circle

    Sets the decorator shape to circle.

    Declaration
    public const DecoratorShape Circle
    Field Value
    Type
    DecoratorShape

    Custom

    Sets the decorator’s shape to custom

    Declaration
    public const DecoratorShape Custom
    Field Value
    Type
    DecoratorShape

    Diamond

    Sets the decorator shape to diamond.

    Declaration
    public const DecoratorShape Diamond
    Field Value
    Type
    DecoratorShape

    DoubleArrow

    Sets the decorator’s shape to double arrow

    Declaration
    public const DecoratorShape DoubleArrow
    Field Value
    Type
    DecoratorShape

    Fletch

    Sets the decorator shape to fletch.

    Declaration
    public const DecoratorShape Fletch
    Field Value
    Type
    DecoratorShape

    InArrow

    Sets the decorator shape to in arrow

    Declaration
    public const DecoratorShape InArrow
    Field Value
    Type
    DecoratorShape

    None

    Sets the decorator's shape to none.

    Declaration
    public const DecoratorShape None
    Field Value
    Type
    DecoratorShape

    OpenArrow

    Sets the decorator shape to open arrow.

    Declaration
    public const DecoratorShape OpenArrow
    Field Value
    Type
    DecoratorShape

    OpenFletch

    Sets the decorator shape to open fletch

    Declaration
    public const DecoratorShape OpenFletch
    Field Value
    Type
    DecoratorShape

    OutArrow

    Sets the decorator shape to out arrow

    Declaration
    public const DecoratorShape OutArrow
    Field Value
    Type
    DecoratorShape

    Square

    Sets the decorator shape to square.

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