Class Connector
Inheritance
System.Object
Connector
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.SfDiagram.WPF.dll
Syntax
public class Connector : DiagramElement
Constructors
Connector()
Declaration
Properties
AnnotationColT
Declaration
public string AnnotationColT { get; set; }
Property Value
Type |
Description |
System.String |
|
Annotations
Declaration
public List<Annotation> Annotations { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Annotation> |
|
Attributes
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
Declaration
public ConnectorConstraints Constraints { get; set; }
Property Value
CornerRadius
Declaration
public double CornerRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
FlowType
Declaration
public BpmnFlowType FlowType { get; set; }
Property Value
GroupId
Declaration
public object GroupId { get; set; }
Property Value
Type |
Description |
System.Object |
|
IsSelected
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
Declaration
public string PortColT { get; set; }
Property Value
Type |
Description |
System.String |
|
Ports
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
Segments
Declaration
public List<IConnectorSegment> Segments { get; set; }
Property Value
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
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
Declaration
public Point SourcePoint { get; set; }
Property Value
Type |
Description |
System.Windows.Point |
|
SourcePortId
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
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
Declaration
public Point TargetPoint { get; set; }
Property Value
Type |
Description |
System.Windows.Point |
|
TargetPortId
Declaration
public object TargetPortId { get; set; }
Property Value
Type |
Description |
System.Object |
|
ThemeStyleId
Declaration
public StyleId ThemeStyleId { get; set; }
Property Value
ZIndex
Declaration
public int ZIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|