Class ArrowType
Specifies the type of arrow used in a graphical representation.
Inheritance
System.Object
ArrowType
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public sealed class ArrowType : Enum
Remarks
This enumeration defines the different styles of arrows that can be used, such as a polyline, a bezier curve, or a straight line. It is typically used in scenarios where arrows are drawn to represent connections or directions.
Fields
Bezier
Line
PolyLine
value__
Declaration
public int value__
Field Value
System.Int32
|