Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.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 UIKit.UIEdgeInsets
    'Usage
     
    
    Dim instance As C1TextBox
    Dim value As UIKit.UIEdgeInsets
     
    instance.BorderThickness = value
     
    value = instance.BorderThickness
    public UIKit.UIEdgeInsets BorderThickness {get; set;}
    See Also