Class GlidingStyle
Defines the different shapes along which a gliding connection will glide.
Inheritance
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class GlidingStyle : Enum
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
public const GlidingStyle Diamond
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
public const GlidingStyle Ellipse
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
public const GlidingStyle Rectangle
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
public const GlidingStyle RightTriangle
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
public const GlidingStyle Triangle
Field Value
GlidingStyle
|
value__
Declaration
public int value__
Field Value
System.Int32
|