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