Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer Class / LeftHeader Property


In This Topic
    LeftHeader Property
    In This Topic
    Gets or sets the content of the left header.
    Syntax
    'Declaration
     
    
    Public Property LeftHeader As UIKit.UIView
    'Usage
     
    
    Dim instance As C1ScrollViewer
    Dim value As UIKit.UIView
     
    instance.LeftHeader = value
     
    value = instance.LeftHeader
    public UIKit.UIView LeftHeader {get; set;}
    See Also