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

DeviceVideoSettings.BacklightCompensation Property

Provides access to the video property that specifies the backlight compensation setting.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.Desktop.v20.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public DeviceVideoProperty BacklightCompensation { get; }

Property Value

Type Description
DeviceVideoProperty

A DeviceVideoProperty object that is the video property specifying the backlight compensation setting.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to BacklightCompensation
WinForms Controls CameraControl
.VideoSettings .BacklightCompensation
WPF Controls CameraControl
.DeviceSettings .BacklightCompensation
See Also