Class OrgTreeRouter.DirectionalRoutingSettings
Settings for Directional Router.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class DirectionalRoutingSettings
Constructors
DirectionalRoutingSettings(String, String, Int16, Int16)
Initializes a new instance of the OrgTreeRouter.DirectionalRoutingSettings class.
Declaration
public DirectionalRoutingSettings(string source, string target, short horizontalIndicator, short directionParameter)
Parameters
System.String
source
|
System.String
target
|
System.Int16
horizontalIndicator
|
System.Int16
directionParameter
|
Properties
DirectionParameter
Gets or sets the direction parameter.
Declaration
public short DirectionParameter { get; }
Property Value
System.Int16
|
HorizontalIndicator
Gets or sets the horizontal indicator.
Declaration
public short HorizontalIndicator { get; }
Property Value
System.Int16
|
SourceConnectorName
Gets or sets the name of the source connector.
Declaration
public string SourceConnectorName { get; set; }
Property Value
System.String
|
TargetConnectorName
Gets or sets the name of the target connector.
Declaration
public string TargetConnectorName { get; set; }
Property Value
System.String
|