Skip to main content
A newer version of this page is available. .

VerticalBand.SizeF Property

Specifies the band’s size (measured in report units).

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(true)]
public override SizeF SizeF { get; set; }

Property Value

Type Description
SizeF

A pair of floating-point width and height sizes.

Remarks

A band’s size is measured in the units set by the ReportUnit property.

See Also