Enum GlidingStyle
Defines the different shapes along which a gliding connection will glide.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public enum GlidingStyle
Diamond
The connections attached to a gliding connector will glide along a rhombus (diamond polygon) with dimensions equal to the bounds of the shape.
Ellipse
The connections attached to a gliding connector will glide along an ellipse with dimensions equal to the bounds of the shape.
Rectangle
The connections attached to a gliding connector will glide along a rectangle with dimensions equal to the bounds of the shape.
RightTriangle
The connections attached to a gliding connector will glide along a right triangle with dimensions equal to the bounds of the shape.
Triangle
The connections attached to a gliding connector will glide along a triangle with dimensions equal to the bounds of the shape.