Class BaseConnector
Base Connector
Namespace: Simplic.Flow.Editor.UI
Assembly: Simplic.Flow.Editor.UI.dll
Syntax
public abstract class BaseConnector : RadDiagramConnector
Constructors
| Improve this Doc View SourceBaseConnector(String, String, ConnectorDirection)
Constructor
Declaration
public BaseConnector(string name, string text, ConnectorDirection connectorDirection)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Connector name |
System.String | text | Connector display name |
ConnectorDirection | connectorDirection | Connector direction |
Properties
| Improve this Doc View SourceConnection
Gets or sets the connection variable
Declaration
public IConnection Connection { get; set; }
Property Value
Type | Description |
---|---|
IConnection |
ConnectorDirection
Gets or sets the connector direction
Declaration
public ConnectorDirection ConnectorDirection { get; set; }
Property Value
Type | Description |
---|---|
ConnectorDirection |
Text
Gets or sets the text of the connector
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnMouseEnter(MouseEventArgs)
Shows a cursor on mouse over
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | MouseEventArgs |