menu

Blazor

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

    Show / Hide Table of Contents

    Class NodeBasicShapes

    Represents the available built-in basic shapes.

    Inheritance
    System.Object
    NodeBasicShapes
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class NodeBasicShapes : Enum
    Examples
    Node node = new Node()
    {
        Shape = new BasicShape() { Shape = NodeBasicShapes.Plus, Type = NodeShapes.Basic },
    };

    Fields

    Cylinder

    Sets the type of basic shape as a Cylinder.

    Declaration
    public const NodeBasicShapes Cylinder
    Field Value
    Type
    NodeBasicShapes

    Decagon

    Sets the type of basic shape as a Decagon.

    Declaration
    public const NodeBasicShapes Decagon
    Field Value
    Type
    NodeBasicShapes

    Diamond

    Sets the type of basic shape as a Diamond.

    Declaration
    public const NodeBasicShapes Diamond
    Field Value
    Type
    NodeBasicShapes

    Ellipse

    Sets the type of basic shape as an Ellipse.

    Declaration
    public const NodeBasicShapes Ellipse
    Field Value
    Type
    NodeBasicShapes

    Heptagon

    Sets the type of basic shape as a Heptagon.

    Declaration
    public const NodeBasicShapes Heptagon
    Field Value
    Type
    NodeBasicShapes

    Hexagon

    Sets the type of basic shape as a Hexagon.

    Declaration
    public const NodeBasicShapes Hexagon
    Field Value
    Type
    NodeBasicShapes

    Octagon

    Sets the type of basic shape as a Octagon.

    Declaration
    public const NodeBasicShapes Octagon
    Field Value
    Type
    NodeBasicShapes

    Parallelogram

    Sets the type of basic shape as a Parallelogram.

    Declaration
    public const NodeBasicShapes Parallelogram
    Field Value
    Type
    NodeBasicShapes

    Pentagon

    Sets the type of basic shape as a Pentagon.

    Declaration
    public const NodeBasicShapes Pentagon
    Field Value
    Type
    NodeBasicShapes

    Plus

    Sets the type of basic shape as a Plus.

    Declaration
    public const NodeBasicShapes Plus
    Field Value
    Type
    NodeBasicShapes

    Polygon

    Sets the type of basic shape as a Polygon.

    Declaration
    public const NodeBasicShapes Polygon
    Field Value
    Type
    NodeBasicShapes

    Rectangle

    Sets the type of basic shape as a Rectangle.

    Declaration
    public const NodeBasicShapes Rectangle
    Field Value
    Type
    NodeBasicShapes

    RightTriangle

    Sets the type of basic shape as a Right Triangle.

    Declaration
    public const NodeBasicShapes RightTriangle
    Field Value
    Type
    NodeBasicShapes

    Star

    Sets the type of basic shape as a Star.

    Declaration
    public const NodeBasicShapes Star
    Field Value
    Type
    NodeBasicShapes

    Trapezoid

    Sets the type of basic shape as a Trapezoid.

    Declaration
    public const NodeBasicShapes Trapezoid
    Field Value
    Type
    NodeBasicShapes

    Triangle

    Sets the type of basic shape as a Triangle.

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