Class DiagramDecorator
Inheritance
System.Object
DiagramDecorator
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramDecorator : EJTagHelper
Constructors
DiagramDecorator()
Declaration
public DiagramDecorator()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Height
Sets the height of the decorator
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
PathData
Defines the geometry of the decorator shape
Declaration
public string PathData { get; set; }
Property Value
Type |
Description |
System.String |
|
Pivot
Defines the position of the decorator with respect to the source/target point of the connector
Declaration
public DiagramPoint Pivot { get; set; }
Property Value
Shape
Declaration
public DecoratorShapes Shape { get; set; }
Property Value
Style
Defines the appearance of the decorator
Declaration
public DiagramShapeStyle Style { get; set; }
Property Value
Width
Sets the width of the decorator
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|