Class DiagramConnector
Connectors are objects used to create link between two points, nodes or ports to represent the relationships between them.
Inheritance
System.Object
DiagramConnector
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()
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DiagramConnector
Constructors
DiagramConnector()
Declaration
public DiagramConnector()
Properties
BridgeSpace
Declaration
[JsonProperty("bridgeSpace")]
public double BridgeSpace { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Connectors
Declaration
public Collection Connectors { get; }
Property Value
Constraints
Declaration
[JsonProperty("constraints")]
[JsonConverter(typeof(StringEnumConverter))]
public ConnectorConstraints Constraints { get; set; }
Property Value
CornerRadius
Declaration
[JsonProperty("cornerRadius")]
public double CornerRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
HorizontalBridge
Declaration
[JsonProperty("horizontalBridge")]
[JsonConverter(typeof(StringEnumConverter))]
public HorizontalBridge HorizontalBridge { get; set; }
Property Value
ID
Declaration
public string ID { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Labels
Declaration
[JsonProperty("labels")]
public Collection Labels { get; }
Property Value
LineColor
Declaration
[JsonProperty("lineColor")]
public string LineColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LineDashArray
Declaration
[JsonProperty("lineDashArray")]
public string LineDashArray { get; set; }
Property Value
| Type |
Description |
| System.String |
|
LineWidth
Declaration
[JsonProperty("lineWidth")]
public double LineWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Opacity
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PaletteItem
Declaration
[JsonProperty("paletteItem")]
public PaletteItem PaletteItem { get; set; }
Property Value
Parent
Declaration
[JsonProperty("parent")]
public string Parent { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Segments
Declaration
[JsonProperty("segments")]
public Collection Segments { get; set; }
Property Value
SourceDecorator
Declaration
[JsonProperty("sourceDecorator")]
public Decorator SourceDecorator { get; set; }
Property Value
SourceNode
Declaration
[JsonProperty("sourceNode")]
public string SourceNode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SourcePadding
Declaration
[JsonProperty("sourcePadding")]
public double SourcePadding { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SourcePoint
Declaration
[JsonProperty("sourcePoint")]
public DiagramPoint SourcePoint { get; set; }
Property Value
SourcePort
Declaration
[JsonProperty("sourcePort")]
public string SourcePort { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TargetDecorator
Declaration
[JsonProperty("targetDecorator")]
public Decorator TargetDecorator { get; set; }
Property Value
TargetNode
Declaration
[JsonProperty("targetNode")]
public string TargetNode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TargetPadding
Declaration
[JsonProperty("targetPadding")]
public double TargetPadding { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TargetPoint
Declaration
[JsonProperty("targetPoint")]
public DiagramPoint TargetPoint { get; set; }
Property Value
TargetPort
Declaration
[JsonProperty("targetPort")]
public string TargetPort { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
[JsonProperty("tooltip")]
public Tooltip Tooltip { get; set; }
Property Value
VerticalBridge
Declaration
[JsonProperty("verticalBridge")]
[JsonConverter(typeof(StringEnumConverter))]
public VerticalBridge VerticalBridge { get; set; }
Property Value
Visible
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|