Enum
GlidingStyle

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

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public enum GlidingStyle

Fields

Diamond

The connections attached to a gliding connector will glide along a rhombus (diamond polygon) with dimensions equal to the bounds of the shape.

Declaration

cs-api-definition
Diamond = 2

Field Value

GlidingStyle

Ellipse

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

Declaration

cs-api-definition
Ellipse = 1

Field Value

GlidingStyle

Rectangle

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

Declaration

cs-api-definition
Rectangle = 0

Field Value

GlidingStyle

RightTriangle

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

Declaration

cs-api-definition
RightTriangle = 3

Field Value

GlidingStyle

Triangle

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

Declaration

cs-api-definition
Triangle = 4

Field Value

GlidingStyle