Click or drag to resize

mxGraphViewGetEdgeStyle Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the edge style function to be used to render the given edge state.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxEdgeStyleFunction GetEdgeStyle(
	mxCellState edge,
	List<mxPoint> points,
	Object source,
	Object target
)
Request Example View Source

Parameters

edge
Type: imbSCI.Graph.MXGraph.viewmxCellState
points
Type: System.Collections.GenericListmxPoint
source
Type: SystemObject
target
Type: SystemObject

Return Value

Type: mxEdgeStyleFunction
See Also