Skip to main content

DeviceVideoProperty.Value Property

Gets or sets the current setting of the video property.

Namespace: DevExpress.Data.Camera

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

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

Declaration

public int Value { get; set; }

Property Value

Type Description
Int32

An Int32 value that specifies the current setting of the video property.

Remarks

The Value property specifies the current setting of the video property. To get the extreme and default values, read the DeviceVideoProperty.Max, DeviceVideoProperty.Min and DeviceVideoProperty.Default properties.

See Also