New to Telerik UI for WinFormsStart a free 30-day trial

Defines the different shapes along which a gliding connection will glide.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
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.

C#
Diamond = 2

The connections attached to a gliding connector will glide along an ellipse with dimensions equal to the bounds of the shape.

C#
Ellipse = 1

The connections attached to a gliding connector will glide along a rectangle with dimensions equal to the bounds of the shape.

C#
Rectangle = 0

The connections attached to a gliding connector will glide along a right triangle with dimensions equal to the bounds of the shape.

C#
RightTriangle = 3

The connections attached to a gliding connector will glide along a triangle with dimensions equal to the bounds of the shape.

C#
Triangle = 4