Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / Refreshing Property


In This Topic
    Refreshing Property
    In This Topic
    Gets a value indicating whether this C1ScrollViewer is refreshing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Refreshing As Boolean
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As Boolean
     
    value = instance.Refreshing
    public bool Refreshing {get;}
    See Also