Class DiagramPath
Inheritance
System.Object
DiagramPath
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramPath : EJTagHelper
Constructors
DiagramPath()
Declaration
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Data
Defines the geometry of a path
Declaration
public string Data { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Type
Defines the type of node shape
Declaration
public Shapes Type { get; set; }
Property Value