ComponentOne Xamarin.iOS
Padding Property (C1Border)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Border Class : Padding Property
Gets or sets the padding of the cell.
Syntax
'Declaration
 
Public Property Padding As UIKit.UIEdgeInsets
'Usage
 
Dim instance As C1Border
Dim value As UIKit.UIEdgeInsets
 
instance.Padding = value
 
value = instance.Padding
public UIKit.UIEdgeInsets Padding {get; set;}
See Also

Reference

C1Border Class
C1Border Members