Class DiagramMultiplicityLabel
Inheritance
System.Object
DiagramMultiplicityLabel
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 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 | Description |
---|---|
MvcTemplate<System.Object> |
LowerBounds
Defines the type of the Classifier Multiplicity
Declaration
[HtmlAttributeName("lowerBounds")]
public string LowerBounds { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Optional
Defines the type of the Classifier Multiplicity
Declaration
[HtmlAttributeName("optional")]
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
[HtmlAttributeName("upperBounds")]
public string UpperBounds { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |