Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / BorderWidth Property


In This Topic
    BorderWidth Property (GridBase)
    In This Topic
    Gets or sets the width of the border.
    Syntax
    'Declaration
     
    
    Public Property BorderWidth As Double
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Double
     
    instance.BorderWidth = value
     
    value = instance.BorderWidth
    public double BorderWidth {get; set;}
    See Also