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


In This Topic
ExtentWidth Property
In This Topic
Gets the horizontal size of all the scrollable content in the C1ScrollViewer.
Syntax
'Declaration
 
Public ReadOnly Property ExtentWidth As Double
 
'Usage
 
Dim instance As C1ScrollViewer
Dim value As Double
 
value = instance.ExtentWidth
See Also