Class Shape
Defines the behavior of shape.
Inherited Members
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
Implements
System.ICloneable