C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / RefreshEnabled Property


In This Topic
RefreshEnabled Property
In This Topic
Gets or sets a value indicating whether refreshing is enabled.
Syntax
'Declaration
 
Public Property RefreshEnabled As Boolean
 
'Usage
 
Dim instance As C1ScrollViewer
Dim value As Boolean
 
instance.RefreshEnabled = value
 
value = instance.RefreshEnabled
See Also