Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.View
    'Usage
     
    
    Dim instance As C1Border
    Dim value As Xamarin.Forms.View
     
    value = instance.Content
    public Xamarin.Forms.View Content {get;}
    See Also