Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / GripHitTest Class / Direction Property


In This Topic
Direction Property (GripHitTest)
In This Topic
Gets the direction.The direction will be None if the series handle is visible (the SeriesHit is not null). And when the direction is not None, the SeriesHit will be null.
Syntax
'Declaration
 
Public ReadOnly Property Direction As DragDirection
 
'Usage
 
Dim instance As GripHitTest
Dim value As DragDirection
 
value = instance.Direction

Property Value

The direction.
See Also