C1.iOS.Core Assembly / C1.iOS.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 UIKit.UIEdgeInsets
 
'Usage
 
Dim instance As C1Border
Dim value As UIKit.UIEdgeInsets
 
instance.BorderThickness = value
 
value = instance.BorderThickness
See Also