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


In This Topic
Direction Property (DragFillBlockCompletedEventArgs)
In This Topic
Gets the direction of the fill.
Syntax
'Declaration
 
Public ReadOnly Property Direction As FillDirection
 
'Usage
 
Dim instance As DragFillBlockCompletedEventArgs
Dim value As FillDirection
 
value = instance.Direction
See Also