[]
Represent an icon created from a list of icons superposed one on top of the other.
public class C1CompositeIcon : C1Icon, IDependencyObject, INotifyPropertyChanged
| Name | Description |
|---|---|
| C1CompositeIcon(Context) | Initializes a new instance of the C1CompositeIcon class. |
| Name | Description |
|---|---|
| Icons | Gets the list of icons that will be rendered. |
| Name | Description |
|---|---|
| GetIntrinsicIconSize() | Gets the intrinsic size of the icon. |
| InitializeUI() | Initializes the UI. |
| OnColorChanged(Nullable<Color>, Nullable<Color>) | Called when the ColorProperty is updated. |
| OnLayout(bool, int, int, int, int) | |
| OnPropertyChanged(string) | Called when a property changed. |
| OnRenderHeightChanged(double, double) | Called when RenderHeightProperty changed. |
| OnRenderWidthChanged(double, double) | Called when RenderWidthProperty changed. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when property changed. |