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


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