C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Label Class
Members


C1Label Class
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
Inheritance Hierarchy

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

See Also