menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramConnector

    Show / Hide Table of Contents

    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()
    Namespace: Syncfusion.JavaScript.Web
    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
    Type Description
    Collection

    Constraints

    Declaration
    [JsonProperty("constraints")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ConnectorConstraints Constraints { get; set; }
    Property Value
    Type Description
    ConnectorConstraints

    CornerRadius

    Declaration
    [JsonProperty("cornerRadius")]
    public double CornerRadius { get; set; }
    Property Value
    Type Description
    System.Double

    HorizontalBridge

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("horizontalBridge")]
    public HorizontalBridge HorizontalBridge { get; set; }
    Property Value
    Type Description
    HorizontalBridge

    ID

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    System.String

    Labels

    Declaration
    [JsonProperty("labels")]
    public Collection Labels { get; }
    Property Value
    Type Description
    Collection

    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
    Type Description
    PaletteItem

    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
    Type Description
    Collection

    SourceDecorator

    Declaration
    [JsonProperty("sourceDecorator")]
    public Decorator SourceDecorator { get; set; }
    Property Value
    Type Description
    Decorator

    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
    Type Description
    DiagramPoint

    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
    Type Description
    Decorator

    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
    Type Description
    DiagramPoint

    TargetPort

    Declaration
    [JsonProperty("targetPort")]
    public string TargetPort { get; set; }
    Property Value
    Type Description
    System.String

    Tooltip

    Declaration
    [JsonProperty("tooltip")]
    public Tooltip Tooltip { get; set; }
    Property Value
    Type Description
    Tooltip

    VerticalBridge

    Declaration
    [JsonProperty("verticalBridge")]
    [JsonConverter(typeof(StringEnumConverter))]
    public VerticalBridge VerticalBridge { get; set; }
    Property Value
    Type Description
    VerticalBridge

    Visible

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved