C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / Content Property


In This Topic
Content Property (C1ScrollViewer)
In This Topic
Gets or sets the content of the top, left header.
Syntax
'Declaration
 
Public Property Content As Android.Views.View
 
'Usage
 
Dim instance As C1ScrollViewer
Dim value As Android.Views.View
 
instance.Content = value
 
value = instance.Content
See Also