Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1Border Class / BorderThickness Property


In This Topic
    BorderThickness Property (C1Border)
    In This Topic
    Gets or sets the border thickness.
    Syntax
    'Declaration
     
    
    Public Property BorderThickness As Xamarin.Forms.Thickness
    'Usage
     
    
    Dim instance As C1Border
    Dim value As Xamarin.Forms.Thickness
     
    instance.BorderThickness = value
     
    value = instance.BorderThickness
    public Xamarin.Forms.Thickness BorderThickness {get; set;}
    See Also