Class
OrgTreeRouter.DirectionalRoutingSettings

Settings for Directional Router.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
public class OrgTreeRouter.DirectionalRoutingSettings

Inheritance: objectOrgTreeRouter.DirectionalRoutingSettings

Constructors

DirectionalRoutingSettings(string, string, short, short)

Initializes a new instance of the OrgTreeRouter.DirectionalRoutingSettings class.

Declaration

cs-api-definition
public DirectionalRoutingSettings(string source, string target, short horizontalIndicator, short directionParameter)

Parameters

source

string

target

string

horizontalIndicator

short

directionParameter

short

Properties

DirectionParameter

Gets or sets the direction parameter.

Declaration

cs-api-definition
public short DirectionParameter { get; }

Property Value

short

HorizontalIndicator

Gets or sets the horizontal indicator.

Declaration

cs-api-definition
public short HorizontalIndicator { get; }

Property Value

short

SourceConnectorName

Gets or sets the name of the source connector.

Declaration

cs-api-definition
public string SourceConnectorName { get; set; }

Property Value

string

TargetConnectorName

Gets or sets the name of the target connector.

Declaration

cs-api-definition
public string TargetConnectorName { get; set; }

Property Value

string