Class DiagramHeader
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramHeader
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramHeader : EJTagHelper
Constructors
DiagramHeader()
Declaration
public DiagramHeader()
Properties
Annotation
Sets the content of the header
Declaration
public DiagramAnnotation Annotation { get; set; }
Property Value
Type | Description |
---|---|
DiagramAnnotation | 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> |
Height
Sets the height of the header
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 50 |
Id
Sets the id of the header
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
Syncfusion.EJ2.EJTagHelper.Id
Style
Sets the style of the header
Declaration
public DiagramShapeStyle Style { get; set; }
Property Value
Type | Description |
---|---|
DiagramShapeStyle | The default value is null |
Width
Sets the width of the header
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 50 |