ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearScrollInfo Structure / Vertical Field




In This Topic
    Vertical Field (ImGearScrollInfo)
    In This Topic
    Stores information about vertical image scrolling state.
    Syntax
    'Declaration
     
    Public Vertical As ImGearScrollComponentInfo
    'Usage
     
    Dim instance As ImGearScrollInfo
    Dim value As ImGearScrollComponentInfo
     
    value = instance.Vertical
     
    instance.Vertical = value
    public ImGearScrollComponentInfo Vertical
    public: ImGearScrollComponentInfo Vertical
    public:
    ImGearScrollComponentInfo Vertical

    Field Value

    ImGearScrollComponentInfo structure.
    See Also