Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / RoundRectLayer Class / BorderThickness Property


In This Topic
    BorderThickness Property (RoundRectLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BorderThickness As UIKit.UIEdgeInsets
    'Usage
     
    
    Dim instance As RoundRectLayer
    Dim value As UIKit.UIEdgeInsets
     
    value = instance.BorderThickness
    public UIKit.UIEdgeInsets BorderThickness {get;}
    See Also