[]
Inherited UIKit.UILabel which adds an Insets property to easily add a padding to the text displayed.
public class C1Label : UILabel
Name | Description |
---|---|
C1Label() | Initializes a new instance of the C1Label class. |
C1Label(CGRect) | Initializes a new instance of the C1Label class. |
Name | Description |
---|---|
Insets | Gets or sets the padding applied to the displayed text. |
IntrinsicContentSize |
Name | Description |
---|---|
DrawText(CGRect) | |
SizeThatFits(CGSize) |