C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1TextField Class / Insets Property


In This Topic
Insets Property (C1TextField)
In This Topic
Gets or sets the padding applied to the displayed text.
Syntax
'Declaration
 
Public Property Insets As UIKit.UIEdgeInsets
 
'Usage
 
Dim instance As C1TextField
Dim value As UIKit.UIEdgeInsets
 
instance.Insets = value
 
value = instance.Insets
See Also