menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PaletteColorMapping

    Represents the palette color mapping. To render this, create an instance of the PaletteColorMapping class, and set required properties.

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

    Constructors

    PaletteColorMapping()

    Initializes a new instance of the PaletteColorMapping class.

    Declaration
    public PaletteColorMapping()

    Fields

    ColorsProperty

    Gets or sets the color value for the tree map item. The Colors is observable collection of color. This a bindable property.

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

    Properties

    Colors

    Gets or sets the color value for the tree map item. The Colors is observable collection of color. This a bindable property.

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