ImageGear .NET v25.1 - Updated
IsVisible Property




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearScrollChangedEventArgs Class : IsVisible Property
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

Reference

ImGearScrollChangedEventArgs Class
ImGearScrollChangedEventArgs Members