Name

ColorMapType

Synopsis

This enumeration distinguishes between a Brush and the Default types of color map. It is not used in the public interface of the framework. The ColorAdjustType enumeration is used where you might expect this to be needed.


public enum ColorMapType {

   Default = 0,

   Brush = 1

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) ColorMapType

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.