Skip to main content

DeviceVideoSettings.Contrast Property

Provides access to the video property that specifies the contrast.

Namespace: DevExpress.Data.Camera

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

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

Declaration

public DeviceVideoProperty Contrast { get; }

Property Value

Type Description
DeviceVideoProperty

A DeviceVideoProperty object that is the video property specifying the contrast.

Property Paths

You can access this nested property as listed below:

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