C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / CellPadding Property


In This Topic
CellPadding Property
In This Topic
Gets or sets the cell padding.
Syntax
'Declaration
 
Public Property CellPadding As UIKit.UIEdgeInsets
 
'Usage
 
Dim instance As GridBase
Dim value As UIKit.UIEdgeInsets
 
instance.CellPadding = value
 
value = instance.CellPadding
See Also