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

HeaderFooterPicture.Brightness Property

Gets or sets the brightness level of the picture.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

float Brightness { get; set; }

Property Value

Type Description
Single

A Single value indicating the brightness level.

Remarks

The value for this property must be a number between 0.0 (dimmest) and 1.0 (brightest).

See Also