Class ManipulationPointType
The type of a manipulation point.
Inheritance
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
ManipulationPointType
|
BezierHandle
The bezier handle of an intermediate point.
Declaration
public const ManipulationPointType BezierHandle
Field Value
ManipulationPointType
|
BezierStartHandle
The bezier start point handle.
Declaration
public const ManipulationPointType BezierStartHandle
Field Value
ManipulationPointType
|
First
The first manipulation point.
Declaration
public const ManipulationPointType First
Field Value
ManipulationPointType
|
Intermediate
Intermediate connection point.
Declaration
public const ManipulationPointType Intermediate
Field Value
ManipulationPointType
|
Last
The last manipulation point.
Declaration
public const ManipulationPointType Last
Field Value
ManipulationPointType
|
SegmentHandle
The handle to translate a segment horizontally and vertically.
Declaration
public const ManipulationPointType SegmentHandle
Field Value
ManipulationPointType
|
value__
Declaration
public int value__
Field Value
System.Int32
|