Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GradientMap Class
Members


In This Topic
    GradientMap Class
    In This Topic
    Represents a gradient map used to apply a Vista-like gradient to parts of the grid.
    Syntax
    'Declaration
     
    Public Class GradientMap 
    'Usage
     
    Dim instance As GradientMap
    public class GradientMap 
    Remarks

    A GradientMap applies a series of colors to a grid. The colors run along an axis and change gradually from one color to the next. Using this class you can create the illusion of light and shadows, and smooth surfaces, on the parts of the grid to which a GradientMap is applied.

    A GradientMap provides two ways of controlling its appearance. First, a list of gradient stops represents the colors in the gradient and indicates where the colors are in the gradient. Second, a gradient mode indicates how the grading is done, namely, vertically (the default) or horizontally.

    Inheritance Hierarchy

    System.Object
       Xceed.Grid.GradientMap

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also