ComponentOne Xamarin.iOS
BorderWidth Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : BorderWidth Property
Gets or sets the width of the border.
Syntax
'Declaration
 
<Foundation.ExportAttribute("BorderWidth")>
<BrowsableAttribute(True)>
Public Property BorderWidth As Double
'Usage
 
Dim instance As GridBase
Dim value As Double
 
instance.BorderWidth = value
 
value = instance.BorderWidth
[Foundation.Export("BorderWidth")]
[Browsable(true)]
public double BorderWidth {get; set;}
See Also

Reference

GridBase Class
GridBase Members