C1.iOS.Core Assembly / C1.iOS.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 UIKit.UIView
 
'Usage
 
Dim instance As C1ScrollViewer
Dim value As UIKit.UIView
 
instance.Content = value
 
value = instance.Content
See Also