Skip to main content
All docs
V23.2

DxHtmlPainterArgs.Bounds Property

Gets or sets the bounds of a region where an HTML template can be drawn.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public Rectangle Bounds { get; set; }

Property Value

Type Description
Rectangle

Specifies bounds of a region where an HTML template can be drawn.

See Also