C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ToggleButton Class / Padding Property


In This Topic
Padding Property (C1ToggleButton)
In This Topic
Gets or sets the padding of the button.
Syntax
'Declaration
 
Public Property Padding As UIKit.UIEdgeInsets
 
'Usage
 
Dim instance As C1ToggleButton
Dim value As UIKit.UIEdgeInsets
 
instance.Padding = value
 
value = instance.Padding
See Also