| 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 UserDrawnTitle event the e.Rect object represents the title area to be painted in the list.