[]
Represents a visual icon that can be tinted and resized.
public abstract class C1Icon : View
| Name | Description |
|---|---|
| C1Icon() | Initializes a new instance of the C1Icon class. |
| Name | Description |
|---|---|
| ColorProperty | |
| DEFAULT_HEIGHT | The default height of an icon. |
| DEFAULT_WIDTH | The default width of an icon. |
| PaddingProperty |
| Name | Description |
|---|---|
| Color | Gets or sets the color used to paint the icon. |
| Padding | Gets or sets the padding of the icon. |
| 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. |