'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;}