menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UniColorMapping - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UniColorMapping

    Represents uni color mapping. To render this, create an instance of UniColorMapping and set required properties.

    Inheritance
    System.Object
    ColorMapping
    UniColorMapping
    Namespace: Syncfusion.SfTreeMap.XForms
    Assembly: Syncfusion.SfTreeMap.XForms.dll
    Syntax
    public class UniColorMapping : ColorMapping

    Constructors

    UniColorMapping()

    Initializes a new instance of the UniColorMapping class.

    Declaration
    public UniColorMapping()

    Fields

    ColorProperty

    Gets or sets the color value for the tree map item. This is used to set color for each tree map item. This a bindable property.

    Declaration
    public static readonly BindableProperty ColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Color

    Gets or sets the color value for tree map item. This is used to set color for each tree map item. This a bindable property.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved