Skip to main content

AreaPaintEventArgs.Area Property

Gets the area around the element being painted.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v24.1.dll

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

Declaration

public RectangleF Area { get; }

Property Value

Type Description
RectangleF

A RectangleF structure.

See Also