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
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.SfKanban.XForms
Assembly: Syncfusion.SfKanban.XForms.dll
Syntax
public class KanbanColorMapping : Object, INotifyPropertyChanged
Constructors
KanbanColorMapping()
Initializes a new instance of the KanbanColorMapping class.
Declaration
public KanbanColorMapping()
KanbanColorMapping(Object, Color)
Initializes a new instance of the KanbanColorMapping class.
Declaration
public KanbanColorMapping(object key, Color color)
Parameters
Type | Name | Description |
---|---|---|
System.Object | key | Key value of color. |
Xamarin.Forms.Color | color | Color value for the associated key. |
Properties
Color
Gets or sets a Color value for the associated Key.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
Key
Gets or sets a value which will be the color key in the KanbanModel item.
Declaration
public object Key { get; set; }
Property Value
Type |
---|
System.Object |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged