Class DiagramHeader
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("annotation")]
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 | Description |
---|---|
MvcTemplate<System.Object> |
Height
Sets the height of the header
Declaration
[HtmlAttributeName("height")]
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 50 |
Id
Sets the id of the header
Declaration
[HtmlAttributeName("id")]
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
Style
Sets the style of the header
Declaration
[HtmlAttributeName("style")]
public DiagramShapeStyle Style { get; set; }
Property Value
Type | Description |
---|---|
DiagramShapeStyle | The default value is null |
Width
Sets the width of the header
Declaration
[HtmlAttributeName("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 50 |