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


In This Topic
TopHeader Property
In This Topic
Gets or sets the content of the top header.
Syntax
'Declaration
 
Public Property TopHeader As UIKit.UIView
 
'Usage
 
Dim instance As C1ScrollViewer
Dim value As UIKit.UIView
 
instance.TopHeader = value
 
value = instance.TopHeader
See Also