Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Border Class / Content Property


In This Topic
    Content Property (C1Border)
    In This Topic
    Gets the content view of the cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Content As UIKit.UIView
    'Usage
     
    
    Dim instance As C1Border
    Dim value As UIKit.UIView
     
    value = instance.Content
    public UIKit.UIView Content {get;}
    See Also