Skip to main content
Row

HeaderFooterPicture.ColorType Property

Gets or sets the type of color transformation applied to the picture.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

PictureColorType ColorType { get; set; }

Property Value

Type Description
DevExpress.Spreadsheet.PictureColorType

One of the DevExpress.Spreadsheet.PictureColorType enumeration values specifying the color transformation type.

See Also