Xamarin.iOS のドキュメント
C1Label クラス
メンバ 

C1.iOS.Core アセンブリ > C1.iOS.Core 名前空間 : C1Label クラス
UIKit.UILabel を継承して Insetsプロパティを追加したラベルを利用すると、簡単に隙間(Padding)の設定が可能になります。
オブジェクト モデル
C1Label クラス
シンタックス
'宣言
 
<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 
[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  
継承階層

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

参照

C1Label メンバ
C1.iOS.Core 名前空間
UIKit.UILabel