Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1TextBox Class / BorderThickness Property


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