Class DiagramMultiplicityLabel
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramMultiplicityLabel
      
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramMultiplicityLabel : EJTagHelper
  Constructors
DiagramMultiplicityLabel()
Declaration
public DiagramMultiplicityLabel()
  Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> | 
LowerBounds
Defines the type of the Classifier Multiplicity
Declaration
public string LowerBounds { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  | 
      
Optional
Defines the type of the Classifier Multiplicity
Declaration
public bool Optional { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is true  | 
      
UpperBounds
Defines the type of the Classifier Multiplicity
Declaration
public string UpperBounds { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is ""  |