WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PaletteColorMapping

    Show / Hide Table of Contents

    Class PaletteColorMapping

    Class which represents the palette color mapping.

    Inheritance
    System.Object
    ColorMapping
    PaletteColorMapping
    Inherited Members
    ColorMapping.EvaluateColorMapping(List<TreeMapLeafNode>)
    ColorMapping.EvaluateColorMapping(List<TreeMapItem>)
    ColorMapping.SetColor(TreeMapLeafNode, Brush)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class PaletteColorMapping : ColorMapping

    Constructors

    PaletteColorMapping()

    Initializes a new instance of the PaletteColorMapping class.

    Declaration
    public PaletteColorMapping()

    Properties

    Colors

    Gets or sets the color for palette color mapping.

    Declaration
    public List<Brush> Colors { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Drawing.Brush>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved