Class TargetMultiplicityLabel
Specifies the target label to the UML type connector.
Inherited Members
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class TargetMultiplicityLabel : SourceMultiplicityLabel
Examples
//Set target label to connector
Target = new TargetMultiplicityLabel()
{
Optional = true,
LowerBounds = "78",
UpperBounds = "90"
}
Constructors
TargetMultiplicityLabel()
Specifies the target label to the UML type connector.
Declaration
public TargetMultiplicityLabel()