documentationfor yFiles for HTML 2.6

Properties

affectedLabelsin LabelingDataGets or sets the collection of labels that shall be placed by the algorithm.
subgraphEdgesin SubgraphLayoutDataGets or sets the collection of subgraph edges that are included in the graph, thus, are visible for the core layout algorithm of the SubgraphLayout.
subgraphNodesin SubgraphLayoutDataGets or sets the collection of subgraph nodes that are included in the graph, thus, are visible for the core layout algorithm of the SubgraphLayout.
centerNodesin RadialLayoutDataGets or sets the collection of nodes that shall be placed in the center.
affectedEdgesin BusRouterDataGets or sets the collection of edges affected by this router.
affectedEdgesin CurveRoutingStageDataGets or sets the collection of affected edges whose paths will be replaced by curved paths.
affectedNodesin CurveRoutingStageDataGets or sets the collection of affected nodes, meaning that the paths of all edges adjacent to an affected node will be replaced by curved paths.
affectedEdgesin EdgeRouterDataGets or sets the collection of affected edges.
affectedNodesin EdgeRouterDataGets or sets the collection of affected nodes.
affectedEdgesin OrthogonalPatternEdgeRouterDataGets or sets the collection of edges affected by this router.
affectedEdgesin StraightLineEdgeRouterDataGets or sets the collection of affected edges.
affectedNodesin StraightLineEdgeRouterDataGets or sets the collection of affected nodes.

Method Return Values

from (DpKeyItemCollection<T>)in DpKeyItemCollectionCreates a DpKeyItemCollection<T> instance from the given object by performing automatic type conversion.

Method Parameters

LabelingData ()in LabelingDataCreates a new instance of LabelingData which helps configuring GenericLabeling.
from (DpKeyItemCollection<T>)in DpKeyItemCollectionCreates a DpKeyItemCollection<T> instance from the given object by performing automatic type conversion.
SubgraphLayoutData ()in SubgraphLayoutDataCreates a new instance of SubgraphLayoutData which helps configuring SubgraphLayout.
RadialLayoutData ()in RadialLayoutDataCreates a new instance of RadialLayoutData which helps configuring RadialLayout.
BusRouterData ()in BusRouterDataCreates a new instance of BusRouterData which helps configuring BusRouter.
CurveRoutingStageData ()in CurveRoutingStageDataCreates a new instance of CurveRoutingStageData which helps configuring the CurveRoutingStage.
EdgeRouterData ()in EdgeRouterDataCreates a new instance of EdgeRouterData which helps configuring EdgeRouter.
OrthogonalPatternEdgeRouterData ()in OrthogonalPatternEdgeRouterDataCreates a new instance of OrthogonalPatternEdgeRouterData which helps configuring OrthogonalPatternEdgeRouter.
StraightLineEdgeRouterData ()in StraightLineEdgeRouterDataCreates a new instance of StraightLineEdgeRouterData which helps configuring StraightLineEdgeRouter.