Xamarin.iOS Documentation | ComponentOne
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
    public UIKit.UIView TopHeader {get; set;}
    See Also