Class ManipulationPointType
The type of a manipulation point.
Inheritance
System.Object
ManipulationPointType
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class ManipulationPointType : Enum
Fields
BezierEndHandle
The bezier end point handle.
Declaration
public const ManipulationPointType BezierEndHandle
Field Value
BezierHandle
The bezier handle of an intermediate point.
Declaration
public const ManipulationPointType BezierHandle
Field Value
BezierStartHandle
The bezier start point handle.
Declaration
public const ManipulationPointType BezierStartHandle
Field Value
First
The first manipulation point.
Declaration
public const ManipulationPointType First
Field Value
Intermediate
Intermediate connection point.
Declaration
public const ManipulationPointType Intermediate
Field Value
Last
The last manipulation point.
Declaration
public const ManipulationPointType Last
Field Value
SegmentHandle
The handle to translate a segment horizontally and vertically.
Declaration
public const ManipulationPointType SegmentHandle
Field Value
value__
Declaration
public int value__
Field Value
System.
|