WinForms

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

    Show / Hide Table of Contents

    Class UniColorMapping

    Class which represent the uni color mapping.

    Inheritance
    System.Object
    ColorMapping
    UniColorMapping
    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 UniColorMapping : ColorMapping

    Constructors

    UniColorMapping()

    Declaration
    public UniColorMapping()

    Properties

    Color

    Gets or sets the color of the mapping.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved