Class DiagramNative
Inheritance
System.Object
DiagramNative
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramNative : EJTagHelper
Constructors
DiagramNative()
Declaration
Properties
Content
Defines the geometry of a native element.
Declaration
public object Content { get; set; }
Property Value
Type |
Description |
System.Object |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
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
Scale
Defines the scale of the native element.
None - Sets the stretch type for diagram as None
Stretch - Sets the stretch type for diagram as Stretch
Meet - Sets the stretch type for diagram as Meet
Slice - Sets the stretch type for diagram as Slice
Declaration
public Stretch Scale { get; set; }
Property Value
Type
Defines the type of node shape.
Declaration
public Shapes Type { get; set; }
Property Value