ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearScrollChangedEventArgs Class / IsVisible Property




In This Topic
    IsVisible Property
    In This Topic
    Gets a value indicating whether the scrollbar is visible.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsVisible As Boolean
    'Usage
     
    Dim instance As ImGearScrollChangedEventArgs
    Dim value As Boolean
     
    value = instance.IsVisible
    public bool IsVisible {get;}
    public: __property bool get_IsVisible();
    public:
    property bool IsVisible {
       bool get();
    }

    Property Value

    Boolean value.
    See Also