ComponentOne Xamarin.iOS
Insets Property (C1Label)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Label 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 C1Label
Dim value As UIKit.UIEdgeInsets
 
instance.Insets = value
 
value = instance.Insets
public UIKit.UIEdgeInsets Insets {get; set;}
See Also

Reference

C1Label Class
C1Label Members