C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / ScrollX Property


In This Topic
ScrollX Property (C1CheckBox)
In This Topic
Syntax
'Declaration
 
Public Property ScrollX As Integer
 
'Usage
 
Dim instance As C1CheckBox
Dim value As Integer
 
instance.ScrollX = value
 
value = instance.ScrollX
See Also