Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Border Class / Padding Property


In This Topic
    Padding Property (C1Border)
    In This Topic
    Gets or sets the padding of the cell.
    Syntax
    'Declaration
     
    
    Public Property Padding As C1Thickness
    'Usage
     
    
    Dim instance As C1Border
    Dim value As C1Thickness
     
    instance.Padding = value
     
    value = instance.Padding
    public C1Thickness Padding {get; set;}
    See Also