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


In This Topic
    ExtentHeight Property
    In This Topic
    Gets the vertical size of all the scrollable content in the C1ScrollViewer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExtentHeight As Double
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As Double
     
    value = instance.ExtentHeight
    public double ExtentHeight {get;}
    See Also