ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearScrollComponentInfo Structure / Min Field




In This Topic
    Min Field (ImGearScrollComponentInfo)
    In This Topic
    Specifies minimum scrolling position.
    Syntax
    'Declaration
     
    Public Min As Integer
    'Usage
     
    Dim instance As ImGearScrollComponentInfo
    Dim value As Integer
     
    value = instance.Min
     
    instance.Min = value
    public int Min
    public: int Min
    public:
    int Min

    Field Value

    Integer value.
    See Also