menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorMapping - API Reference

    Show / Hide Table of Contents

    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 Description
    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 Description
    System.Windows.DependencyProperty

    Properties

    Color

    Gets or sets a Color value for the associated Key

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    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 Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved