Skip to main content
All docs
V24.1

TileCustomDrawEventArgs.Bounds Property

Gets or sets tile bounds.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

Tile bounds.

Remarks

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

See Also