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


In This Topic
    C1Label Class
    In This Topic
    Inherited UIKit.UILabel which adds an Insets property to easily add a padding to the text displayed.
    Syntax
    'Declaration
     
    
    <Foundation.RegisterAttribute("UILabel", True)>
    Public Class C1Label 
       Inherits UIKit.UILabel
       Implements Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
    'Usage
     
    
    Dim instance As C1Label
    [Foundation.Register("UILabel", true)]
    public class C1Label : UIKit.UILabel, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment  
    Inheritance Hierarchy

    System.Object
       Foundation.NSObject
          UIKit.UIResponder
             UIKit.UIView
                UIKit.UILabel
                   C1.iOS.Core.C1Label

    See Also