Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButton Class / ScrollOrientation Property


In This Topic
    ScrollOrientation Property
    In This Topic
    Gets the orientation of the scroll bar.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ScrollOrientation As ScrollOrientation
    'Usage
     
    
    Dim instance As FpScrollBarButton
    Dim value As ScrollOrientation
     
    value = instance.ScrollOrientation
    public virtual ScrollOrientation ScrollOrientation {get;}

    Property Value

    Scroll orientation
    See Also