Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Shape - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Shape

    Defines the behavior of shape.

    Inheritance
    System.Object
    DiagramObject
    Shape
    BasicShape
    FlowShape
    ImageShape
    PathShape
    TextShape
    Implements
    IDiagramObject
    System.ICloneable
    Inherited Members
    DiagramObject.OnPropertyChanged(String, Object, Object, IDiagramObject)
    DiagramObject.GetParent()
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Shape : DiagramObject, IDiagramObject, ICloneable

    Constructors

    Shape()

    Initializes a new instance of the Shape.

    Declaration
    public Shape()

    Shape(Shape)

    Creates a new instance of the Shape from the given Shape.

    Declaration
    public Shape(Shape src)
    Parameters
    Type Name Description
    Shape src

    Properties

    Type

    Gets or sets the type of node shape.

    Declaration
    public NodeShapes Type { get; set; }
    Property Value
    Type Description
    NodeShapes

    Methods

    Clone()

    Creates a new Shape that is a copy of the current Shape.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    Shape

    Overrides
    DiagramObject.Clone()

    Implements

    IDiagramObject
    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved