Back to Devexpress

TileCustomDrawEventArgs.Bounds Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecustomdraweventargs-07b9373a.md

latest1.1 KB
Original Source

TileCustomDrawEventArgs.Bounds Property

Gets or sets tile bounds.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Rectangle

Tile bounds.

|

Remarks

You can specify the Bounds property to change sizes of painted tile elements.

See Also

TileCustomDrawEventArgs Class

TileCustomDrawEventArgs Members

DevExpress.XtraEditors Namespace