Class KanbanColorMapping
This class is used to specify the color for the indicator that appears in the card. The color can be used to identify the priority of the card.
Inheritance
System.Object
KanbanColorMapping
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public class KanbanColorMapping : Object
Constructors
KanbanColorMapping()
Initializes the new instance of KanbanColorMapping class.
Declaration
public KanbanColorMapping()
KanbanColorMapping(Object, Color)
Initializes the new instance of KanbanColorMapping class.
Declaration
public KanbanColorMapping(object key, Color color)
Parameters
Type | Name | Description |
---|---|---|
System.Object | key | Key value of color. |
Android.Graphics.Color | color | Color value for the associated key |
Properties
Color
Gets or sets color for the kanban card associated to color key.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color. |
Key
Gets or sets color key for the kanban item.
Declaration
public object Key { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The key. |