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


In This Topic
    ViewportWidth Property
    In This Topic
    Gets the horizontal size of the viewable content.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewportWidth As Double
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As Double
     
    value = instance.ViewportWidth
    public double ViewportWidth {get;}
    See Also