ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / ScrollDirection Property




In This Topic
    ScrollDirection Property (ImGearThumbnailList)
    In This Topic
    Gets or sets the direction the thumbnail items will scroll in the control.
    Syntax
    'Declaration
     
    Public Property ScrollDirection As ImGearScrollDirection
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As ImGearScrollDirection
     
    instance.ScrollDirection = value
     
    value = instance.ScrollDirection
    public ImGearScrollDirection ScrollDirection {get; set;}
    public: __property ImGearScrollDirection get_ScrollDirection();
    public: __property void set_ScrollDirection( 
       ImGearScrollDirection value
    );
    public:
    property ImGearScrollDirection ScrollDirection {
       ImGearScrollDirection get();
       void set (    ImGearScrollDirection value);
    }

    Property Value

    ImGearScrollDirection value.
    See Also