[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Core.C1Icon

C1Icon Class

Represents a visual icon that can be tinted and resized.

Namespace: C1.Xamarin.Forms.Core
Assembly: C1.Xamarin.Forms.Core.dll
Syntax
public abstract class C1Icon : View

Constructors

Name Description
C1Icon()

Initializes a new instance of the C1Icon class.

Fields

Name Description
ColorProperty
DEFAULT_HEIGHT

The default height of an icon.

DEFAULT_WIDTH

The default width of an icon.

PaddingProperty

Properties

Name Description
Color

Gets or sets the color used to paint the icon.

Padding

Gets or sets the padding of the icon.

Methods

Name Description
FinalizeUI()

Finalizes the user interface.

InitializeUI()

Initializes the UI.

OnColorChanged(Color, Color)

Called when the ColorProperty is updated.

OnPaddingChanged(Thickness, Thickness)

Called when the PaddingProperty is updated.