Inheritance
System.Object
DiagramHeader
Assembly: Syncfusion.EJ2.dll
public class DiagramHeader : EJTagHelper
Constructors
Declaration
Properties
Sets the content of the header
Declaration
public DiagramAnnotation Annotation { get; set; }
Property Value
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Sets the height of the header
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Sets the id of the header
Declaration
public override string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Sets the style of the header
Declaration
public DiagramShapeStyle Style { get; set; }
Property Value
Sets the width of the header
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|