Skip to main content
Row

HeaderFooterPicture.Contrast Property

Gets or sets the contrast of the picture.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

float Contrast { get; set; }

Property Value

Type Description
Single

A Single value indicating the contrast level.

Remarks

The value for this property must be a number between 0.0 (the lowest contrast) and 1.0 (the greatest contrast).

See Also