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