Skip to main content
All docs
V25.1
  • 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.v25.1.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