WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Connector - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Connector

    Represents a class to create link between two points or nodes to indicate the flow of operation or relationships between them.

    Inheritance
    System.Object
    DiagramElement
    Connector
    Inherited Members
    DiagramElement.Type
    DiagramElement.Raw
    DiagramElement.ID
    DiagramElement.Key
    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.UI.Xaml.Diagram.Serializer
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class Connector : DiagramElement

    Constructors

    Connector()

    Declaration
    public Connector()

    Properties

    AnnotationColT

    Gets or sets type of annotation of a connector.

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

    Annotations

    Gets or sets the list of annotation of a connector.

    Declaration
    public List<Annotation> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Annotation>

    Attributes

    Gets or sets the attributes value of a connector.

    Declaration
    public Dictionary<string, object> Attributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    BridgeSpace

    Gets or sets the length of bridge space value of connector where two lines of connector segments meets.

    Declaration
    public double BridgeSpace { get; set; }
    Property Value
    Type Description
    System.Double

    ConnectorGeometryStyle

    Gets or sets the style of the Connector.

    Declaration
    public DiagramXmlSerializer<Style> ConnectorGeometryStyle { get; set; }
    Property Value
    Type Description
    DiagramXmlSerializer<System.Windows.Style>

    Constraints

    Gets or sets the constraints value of a connector.

    Declaration
    public ConnectorConstraints Constraints { get; set; }
    Property Value
    Type Description
    ConnectorConstraints

    CornerRadius

    Gets or sets the corner radious of connector which is to create connector's segments path with rounded corners.

    Declaration
    public double CornerRadius { get; set; }
    Property Value
    Type Description
    System.Double

    FlowType

    Gets or sets the flow type of connector for BPMN flow shapes diagram.

    Declaration
    public BpmnFlowType FlowType { get; set; }
    Property Value
    Type Description
    BpmnFlowType

    GroupId

    Gets or sets the group ID of the connector.

    Declaration
    public object GroupId { get; set; }
    Property Value
    Type Description
    System.Object

    IsSelected

    Gets or sets the value to know whether the connector is selected or not.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Gets or sets the name of a connector.

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

    PortColT

    Gets or sets type of annotation of a connector.

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

    Ports

    Gets or sets the list of ports of a connector.

    Declaration
    public List<PortBase> Ports { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PortBase>

    SegmentDecorators

    Gets or sets the list of segemnts decorators of connector which is decorates segments path of connector.

    Declaration
    public List<SegmentDecorator> SegmentDecorators { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SegmentDecorator>

    SegmentDecoratorStyle

    Gets or sets the style of the Segment Decorator.

    Declaration
    public DiagramXmlSerializer<Style> SegmentDecoratorStyle { get; set; }
    Property Value
    Type Description
    DiagramXmlSerializer<System.Windows.Style>

    Segments

    Gets or sets the list of segments that can be formed between source and target point of a connector.

    Declaration
    public List<IConnectorSegment> Segments { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IConnectorSegment>

    SourceDecorator

    Gets or sets the decorator value based on which the source decorator will be transformed.

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

    SourceDecoratorPivot

    Gets or sets the ratio/fractional displacement value relative to source point of the connector.

    Declaration
    public Point SourceDecoratorPivot { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    SourceDecoratorStyle

    Gets or sets the style of the source decorator.

    Declaration
    public DiagramXmlSerializer<Style> SourceDecoratorStyle { get; set; }
    Property Value
    Type Description
    DiagramXmlSerializer<System.Windows.Style>

    SourceId

    Gets or sets the source ID value of the connector.

    Declaration
    public object SourceId { get; set; }
    Property Value
    Type Description
    System.Object

    SourcePadding

    Gets or sets the value used to leave space between the connector's source point and the object to where it is connected.

    Declaration
    public double SourcePadding { get; set; }
    Property Value
    Type Description
    System.Double

    SourcePoint

    Gets or sets the source point value of a connector in diagram page.

    Declaration
    public Point SourcePoint { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    SourcePortId

    Gets or sets the source port ID value of a connector.

    Declaration
    public object SourcePortId { get; set; }
    Property Value
    Type Description
    System.Object

    TargetDecorator

    Gets or sets the decorator value based on which the target decorator will be transformed.

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

    TargetDecoratorPivot

    Gets or sets the ratio/fractional dispalcement value relative to target point of the connector.

    Declaration
    public Point TargetDecoratorPivot { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    TargetDecoratorStyle

    Gets or sets the style of the Target Decorator.

    Declaration
    public DiagramXmlSerializer<Style> TargetDecoratorStyle { get; set; }
    Property Value
    Type Description
    DiagramXmlSerializer<System.Windows.Style>

    TargetId

    Gets or sets the target ID value of the connector.

    Declaration
    public object TargetId { get; set; }
    Property Value
    Type Description
    System.Object

    TargetPadding

    Gets or sets the value used to leave space between the connector's target point and the object to where it is connected.

    Declaration
    public double TargetPadding { get; set; }
    Property Value
    Type Description
    System.Double

    TargetPoint

    Gets or sets the target point value of a connector.

    Declaration
    public Point TargetPoint { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    TargetPortId

    Gets or sets the target port ID value of a connector.

    Declaration
    public object TargetPortId { get; set; }
    Property Value
    Type Description
    System.Object

    ThemeStyleId

    Gets or sets the theme style ID of a connector.

    Declaration
    public StyleId ThemeStyleId { get; set; }
    Property Value
    Type Description
    StyleId

    ZIndex

    Gets or sets the z index value of the connector.

    Declaration
    public int ZIndex { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved