Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillBlockEventArgs Class / FillDirection Property


In This Topic
    FillDirection Property (DragFillBlockEventArgs)
    In This Topic
    Gets the direction of the fill.
    Syntax
    'Declaration
     
    Public ReadOnly Property FillDirection As FillDirection
    'Usage
     
    Dim instance As DragFillBlockEventArgs
    Dim value As FillDirection
     
    value = instance.FillDirection
    public FillDirection FillDirection {get;}

    Property Value

    The direction of the fill.
    See Also