Settings for Directional Router.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public class OrgTreeRouter.DirectionalRoutingSettings
Inheritance: objectOrgTreeRouter.DirectionalRoutingSettings
Constructors
Initializes a new instance of the OrgTreeRouter.DirectionalRoutingSettings class.
Properties
Gets or sets the direction parameter.
C#
public short DirectionParameter { get; }
Gets or sets the horizontal indicator.
C#
public short HorizontalIndicator { get; }
Gets or sets the name of the source connector.
C#
public string SourceConnectorName { get; set; }
Gets or sets the name of the target connector.
C#
public string TargetConnectorName { get; set; }