Class DiagramHtml
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramHtml
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramHtml : EJTagHelper
Constructors
DiagramHtml()
Declaration
public DiagramHtml()
Properties
Content
Defines the geometry of a html element.
Declaration
public object Content { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Type
Defines the type of node shape.
Declaration
public Shapes Type { get; set; }
Property Value
Type | Description |
---|---|
Shapes | The default value is Shapes.Basic |