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