C

ArcEdgeStyle

Provides an arc representation for an edge.
ImplementsInheritance Hierarchy

Remarks

The rendering does not take into account bends of an edge. Instead, the arc's height is determined as a fixed ratio or fixed height.

See Also

Developer's Guide

Members

No filters for this type

Constructors

Creates a new instance.

Parameters

Properties

Gets or sets a CSS class that will be applied to the visualization.

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.

final
Gets or sets a value indicating whether this ArcEdgeStyle interprets the height value as an absolute or relative value.
The default value is true.
final

Property Value

true if the height value should be interpreted as a fixed value, otherwise, false.

See Also

Developer's Guide
API
height
Gets or sets the "height" of the arc.

Depending on the setting of fixedHeight, this value is interpreted differently: If fixedHeight is disabled, the height of the arc will depend on its width. The width will be multiplied by this value to obtain the height. If the fixedHeight feature is enabled, this value will be interpreted as the absolute height.

The default value is 0.

final

Property Value

The height of the arc, either relative or absolute.

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.
The default value is true.
final

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.
readonlyfinal
Gets 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.

conversionfinal

See Also

Developer's Guide
Gets or sets the stroke that is used to draw the arc
The default value is BLACK.
conversionfinal

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.

conversionfinal

See Also

Developer's Guide

Methods

Performs a memberwise clone.
final

Return Value

Object
A memberwise clone of this style.