ComponentOne Xamarin.iOS
Content Property (C1ScrollViewer)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ScrollViewer Class : Content Property
Gets or sets the content of the top, left header.
Syntax
'Declaration
 
Public Property Content As UIKit.UIView
'Usage
 
Dim instance As C1ScrollViewer
Dim value As UIKit.UIView
 
instance.Content = value
 
value = instance.Content
public UIKit.UIView Content {get; set;}
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members