Inheritance
System.Object
DiagramHeaderBuilder
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()
Assembly: Syncfusion.EJ2.dll
public class DiagramHeaderBuilder : ControlBuilder
Constructors
Declaration
public DiagramHeaderBuilder()
Declaration
public DiagramHeaderBuilder(DiagramHeader model)
Parameters
Methods
Sets the content of the header
Declaration
public DiagramHeaderBuilder Annotation(DiagramAnnotation value)
Parameters
Returns
Declaration
public DiagramHeaderBuilder Annotation(Action<DiagramAnnotationBuilder> annotation)
Parameters
Returns
Sets the height of the header
Declaration
public DiagramHeaderBuilder Height(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Sets the id of the header
Declaration
public DiagramHeaderBuilder Id(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Sets the style of the header
Declaration
public DiagramHeaderBuilder Style(DiagramShapeStyle value)
Parameters
Returns
Declaration
public DiagramHeaderBuilder Style(Action<DiagramShapeStyleBuilder> style)
Parameters
Returns
Sets the width of the header
Declaration
public DiagramHeaderBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns