[]
        
(Showing Draft Content)

C1.iOS.Core.C1Label

C1Label Class

Inherited UIKit.UILabel which adds an Insets property to easily add a padding to the text displayed.

Inheritance
C1Label
Namespace: C1.iOS.Core
Assembly: C1.iOS.Core.dll
Syntax
public class C1Label : UILabel

Constructors

Name Description
C1Label()

Initializes a new instance of the C1Label class.

C1Label(CGRect)

Initializes a new instance of the C1Label class.

Properties

Name Description
Insets

Gets or sets the padding applied to the displayed text.

IntrinsicContentSize

Methods

Name Description
DrawText(CGRect)
SizeThatFits(CGSize)