Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanColorMapping - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    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.iOS
    Assembly: Syncfusion.SfKanban.iOS.dll
    Syntax
    public class KanbanColorMapping : Object

    Constructors

    KanbanColorMapping()

    Initializes the new instance of KanbanColorMapping class.

    Declaration
    public KanbanColorMapping()

    KanbanColorMapping(Object, UIColor)

    Initializes the new instance of KanbanColorMapping class.

    Declaration
    public KanbanColorMapping(object key, UIColor color)
    Parameters
    Type Name Description
    System.Object key

    Key value of color.

    UIKit.UIColor color

    Color value for the associated key

    Properties

    Color

    Gets or sets color for the kanban card associated to color key.

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved