Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Label Class / Insets Property


In This Topic
    Insets Property (C1Label)
    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 C1Label
    Dim value As UIKit.UIEdgeInsets
     
    instance.Insets = value
     
    value = instance.Insets
    public UIKit.UIEdgeInsets Insets {get; set;}
    See Also