Class ColorMapping
Provides the color indication support which includes the indication properties.
Inheritance
System.Object
ColorMapping
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class ColorMapping : DependencyObject
Constructors
ColorMapping()
Declaration
public ColorMapping()
Fields
ColorProperty
Using a DependencyProperty as the backing store for Color. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ColorProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
KeyProperty
Using a DependencyProperty as the backing store for Key. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty KeyProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Color
Gets or sets a Color value for the associated Key
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Windows.Media.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 |