Skip to main content

DeviceVideoSettings.WhiteBalance Property

Provides access to the video property that specifies the white balance, as a color temperature in degrees Kelvin.

Namespace: DevExpress.Data.Camera

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public DeviceVideoProperty WhiteBalance { get; }

Property Value

Type Description
DeviceVideoProperty

A DeviceVideoProperty object that is the video property specifying the white balance, as a color temperature in degrees Kelvin.

Property Paths

You can access this nested property as listed below:

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