Class UMLActivityShape
UMLActivity is used to define the shape of Activity flow shapes to connector. UMLActivity is applicable only for ActivityFlow shapes.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization.Models.Diagram
Assembly: Syncfusion.EJ.dll
Syntax
public class UMLActivityShape : Node
Constructors
UMLActivityShape()
Declaration
public UMLActivityShape()
UMLActivityShape(UMLActivityShape)
Declaration
public UMLActivityShape(UMLActivityShape src)
Parameters
Type | Name | Description |
---|---|---|
UMLActivityShape | src |
Properties
Shape
Gets or sets the shape of the node. It depends upon the type of node
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("shape")]
public UMLActivityShapes Shape { get; set; }
Property Value
Type | Description |
---|---|
UMLActivityShapes | FlowShapes.Process |
Examples
FlowShape Node = new FlowShape()
{
Name = "node",
Shape = FlowShapes.Annotation1
};
Methods
Clone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |