skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI UI for Xamarin

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility and Security
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class TreeMapPalette

Contains all the predefined palettes for RadTreeMap. A predefined palette may not be further modified once loaded.

Inheritance
System.Object
TreeMapPalette
Inherited Members
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: Telerik.WinControls.UI.TreeMap
Assembly: Telerik.WinControls.UI.dll

Syntax

public sealed class TreeMapPalette

Constructors

TreeMapPalette()

Declaration
public TreeMapPalette()

TreeMapPalette(List<Color>)

Declaration
public TreeMapPalette(List<Color> colors)
Parameters
System.Collections.Generic.List<System.Drawing.Color> colors

Properties

Arctic

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Arctic { get; }
Property Value
TreeMapPalette

Autumn

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Autumn { get; }
Property Value
TreeMapPalette

Cold

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Cold { get; }
Property Value
TreeMapPalette

Colors

Declaration
public List<Color> Colors { get; }
Property Value
System.Collections.Generic.List<System.Drawing.Color>

Crystal

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Crystal { get; }
Property Value
TreeMapPalette

Default

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Default { get; }
Property Value
TreeMapPalette

Empty

Declaration
public static TreeMapPalette Empty { get; }
Property Value
TreeMapPalette

Flower

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Flower { get; }
Property Value
TreeMapPalette

Fluent

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Fluent { get; }
Property Value
TreeMapPalette

Forest

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Forest { get; }
Property Value
TreeMapPalette

Grayscale

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Grayscale { get; }
Property Value
TreeMapPalette

Green

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Green { get; }
Property Value
TreeMapPalette

Ground

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Ground { get; }
Property Value
TreeMapPalette

IsEmpty

Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean

KnownPalettes

Declaration
public static List<TreeMapPalette> KnownPalettes { get; }
Property Value
System.Collections.Generic.List<TreeMapPalette>

Lilac

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Lilac { get; }
Property Value
TreeMapPalette

Material

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Material { get; }
Property Value
TreeMapPalette

Metro

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Metro { get; }
Property Value
TreeMapPalette

Name

Declaration
public string Name { get; set; }
Property Value
System.String

Natural

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Natural { get; }
Property Value
TreeMapPalette

Office2013

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Office2013 { get; }
Property Value
TreeMapPalette

Office2016

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Office2016 { get; }
Property Value
TreeMapPalette

Office2019

Represents a TreeMapPalette with 8 distinctive entires per series family.

Declaration
public static TreeMapPalette Office2019 { get; }
Property Value
TreeMapPalette

Pastel

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Pastel { get; }
Property Value
TreeMapPalette

Rainbow

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Rainbow { get; }
Property Value
TreeMapPalette

Spring

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Spring { get; }
Property Value
TreeMapPalette

Summer

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Summer { get; }
Property Value
TreeMapPalette

Sun

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette Sun { get; }
Property Value
TreeMapPalette

VisualStudio2013

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette VisualStudio2013 { get; }
Property Value
TreeMapPalette

VisualStudio2019

Represents a TreeMapPalette with 8 distinctive colors.

Declaration
public static TreeMapPalette VisualStudio2019 { get; }
Property Value
TreeMapPalette

Warm

Represents a TreeMapPalette with 8 distinctive colors. Colors are warm and soft.

Declaration
public static TreeMapPalette Warm { get; }
Property Value
TreeMapPalette

Windows11

Represents a TreeMapPalette with 8 distinctive entires per series family.

Declaration
public static TreeMapPalette Windows11 { get; }
Property Value
TreeMapPalette

Windows8

Represents a TreeMapPalette with 17 distinctive entires per series Family. Colors are warm and soft.

Declaration
public static TreeMapPalette Windows8 { get; }
Property Value
TreeMapPalette

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.