Back to Devexpress

CustomDrawEventArgs.Bounds Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdraweventargs-09a9a61f.md

latest1.6 KB
Original Source

CustomDrawEventArgs.Bounds Property

Gets a value specifying limits for the drawing area.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public Rectangle Bounds { get; }
vb
Public ReadOnly Property Bounds As Rectangle

Property Value

TypeDescription
Rectangle

A Rectangle structure representing the painted element’s bounding rectangle.

|

See Also

Graphics

Appearance

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace