BCGControlBar Library for .NET
GapBounds Property




Gap bounding rectangle.
Syntax
'Declaration
 
Public Property GapBounds As Rectangle
'Usage
 
Dim instance As DrawGridCellGapEventArgs
Dim value As Rectangle
 
instance.GapBounds = value
 
value = instance.GapBounds
public Rectangle GapBounds {get; set;}
public: __property Rectangle get_GapBounds();
public: __property void set_GapBounds( 
   Rectangle value
);
public:
property Rectangle GapBounds {
   Rectangle get();
   void set (    Rectangle value);
}
Remarks
"Gap" is the area between the left bound of grouped cell and left bound of grid. The bounding rectangle of this area is not empty if the cell is "shifted" right.
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

Reference

DrawGridCellGapEventArgs Class
DrawGridCellGapEventArgs Members

Send Feedback