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 |
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 |
Id
Sets the id of the header
Declaration
[HtmlAttributeName("id")]
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
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
Style
Sets the style of the header
Declaration
[HtmlAttributeName("style")]
public DiagramShapeStyle Style { get; set; }
Property Value
Type | Description |
---|---|
DiagramShapeStyle |
Width
Sets the width of the header
Declaration
[HtmlAttributeName("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |