- I
- I
Remarks
See Also
Developer's Guide
Members
Constructors
Properties
The default value is an empty string, in which case no class is set for the visualization.
Multiple classes can be set by separating them with spaces, just like with the SVG class attribute.
This is not the length of the first segment, but the distance along the straight line connection between source and target location where each initial bent segment turns into the middle segment.
Values between 0 and 1 (inclusive) are interpreted as ratios of the whole distance, where 1 means that the fan extends to the midpoint between source and target. All other values are considered as a fixed distance.
The default value is 0.2.
See Also
Developer's Guide
0.Property Value
See Also
Developer's Guide
Gets or sets a value indicating whether the renderer should provide an IHandle if queried for the IHandleProvider implementation that allows for adjusting the height of this instance.
true.Property Value
true (which is the default) if a handle should be provided; false otherwise.See Also
Developer's Guide
Gets the renderer implementation that has been supplied to this instance in the constructor.
Implements
IEdgeStyle.rendererGets or sets the visual arrow at the source end of edges that use this style.
Arrow instances may be shared between multiple style instances.
Note that changes to the properties of an arrow may not be immediately visible. It is therefore recommended to assign a new arrow instance to this property if you want to change aspects of the source arrow visualization.
The default value is NONE.
See Also
Developer's Guide
Gets or sets the visual arrow at the target end of edges that use this style.
Arrow instances may be shared between multiple style instances.
Note that changes to the properties of an arrow may not be immediately visible. It is therefore recommended to assign a new arrow instance to this property if you want to change aspects of the target arrow visualization.
The default value is NONE.
See Also
Developer's Guide