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

DeviceVideoProperty.Value Property

Gets or sets the current setting of the video property.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.v19.2.dll

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