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

DeviceVideoSettings.Gain Property

Provides access to the video property that specifies the gain adjustment.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.v18.2.dll

Declaration

public DeviceVideoProperty Gain { get; }

Property Value

Type Description
DeviceVideoProperty

A DeviceVideoProperty object that is the video property specifying the gain adjustment.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Gain
WinForms Controls CameraControl
WPF Controls CameraControl
See Also