| Visual Basic (Declaration) | |
|---|---|
Public Property Rect As Rectangle | |
| C# | |
|---|---|
public Rectangle Rect {get; set;} | |
Property Value
RectangleThe rectangle is defined by an X,Y coordinate (top left of rectangle) and a width and height of the area being painted. All values are in pixels. In the UserDrawnColumnHeader event the e.Rect object represents the column header area to be painted in the list.