New to Telerik UI for WPFStart a free 30-day trial

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.

C#
public DirectionalRoutingSettings(string source, string target, short horizontalIndicator, short directionParameter)
Parameters:sourcestringtargetstringhorizontalIndicatorshortdirectionParametershort

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; }