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

    Serializer

    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

    Serializer

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

    Annotations

    Serializer

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

    Attributes

    Serializer

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

    BridgeSpace

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

    Constraints

    Serializer

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

    CornerRadius

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

    FlowType

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

    GroupId

    Serializer

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

    IsSelected

    Serializer

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

    Name

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

    PortColT

    Serializer

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

    Ports

    Serializer

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

    SegmentDecorators

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

    Segments

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

    SourceDecorator

    Gets or sets the value,based on which the Decorator will be transformed.

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

    SourceDecoratorPivot

    Gets or sets the ratio/fractional value relative to SourcePoint, based on which the Decorator will be transformed.

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

    SourceId

    Serializer

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

    SourcePadding

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

    SourcePoint

    Serializer

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

    SourcePortId

    Serializer

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

    TargetDecorator

    Gets or sets the value,based on which the Decorator will be transformed.

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

    TargetDecoratorPivot

    Gets or sets the ratio/fractional value relative to SourcePoint, based on which the Decorator will be transformed.

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

    TargetId

    Serializer

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

    TargetPadding

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

    TargetPoint

    Serializer

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

    TargetPortId

    Serializer

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

    ThemeStyleId

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

    ZIndex

    Serializer

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