Class DiagramHtml
Inheritance
System.Object
DiagramHtml
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramHtml : EJTagHelper
Constructors
DiagramHtml()
Declaration
Properties
Content
Defines the geometry of a html element.
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
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