Class DiagramText
Inheritance
System.Object
DiagramText
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramText : EJTagHelper
Constructors
DiagramText()
Declaration
Properties
Content
Defines the content of a text
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
Margin
Defines the space to be let between the node and its immediate parent
Declaration
public DiagramMargin Margin { get; set; }
Property Value
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