Class GridDragColumnHeaderBitmaps
Provides all information for drawing and caching bitmaps
Inheritance
System.Object
GridDragColumnHeaderBitmaps
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridDragColumnHeaderBitmaps : Object
Remarks
The bitmaps are loaded from the manifest and cached. The PaintIcon routine will substitute black pixels of the original bitmap and draw them with a specified fore color.
Example:
GridDragColumnHeaderBitmaps.IconPainter.PaintIcon(g, rect, Point.Empty, bitmapName, Color.Black);
Constructors
GridDragColumnHeaderBitmaps()
Initializes a new instance of the GridDragColumnHeaderBitmaps class.
Declaration
public GridDragColumnHeaderBitmaps()
Properties
RedDownBitmap
Gets bitmap for moving columns.
Declaration
public static Bitmap RedDownBitmap { get; }
Property Value
| Type |
|---|
| System.Drawing.Bitmap |
RedUpBitmap
Gets bitmap for moving columns.
Declaration
public static Bitmap RedUpBitmap { get; }
Property Value
| Type |
|---|
| System.Drawing.Bitmap |