ComponentOne Xamarin.iOS
Insets Property (C1TextField)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1TextField Class : Insets Property
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
public UIKit.UIEdgeInsets Insets {get; set;}
See Also

Reference

C1TextField Class
C1TextField Members