[]
        
(Showing Draft Content)

C1.iOS.Core.C1FontIcon

C1FontIcon Class

Represents an icon created from a font.

Inheritance
C1FontIcon
Implements
Namespace: C1.iOS.Core
Assembly: C1.iOS.Core.dll
Syntax
public class C1FontIcon : C1Icon, IDependencyObject

Constructors

Name Description
C1FontIcon()

Initializes a new instance of the C1FontIcon class.

C1FontIcon(IntPtr)

Initializes a new instance of the C1FontIcon class.

Fields

Name Description
FontFamilyProperty
FontSizeProperty
TextProperty

Properties

Name Description
FontFamily

Gets the font family containing the icon.

FontSize
Text

Gets the text that represents the icon in the specified FontFamily.

Methods

Name Description
Draw(CGRect)
GetIntrinsicIconSize()

Gets the intrinsic size of the icon.

InitializeUI()

Initializes the UI.

LayoutSubviews()
OnColorChanged(UIColor, UIColor)

Called when the ColorProperty is updated.