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

DeviceVideoProperty.Min Property

Gets the minimum value of the video property.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.v19.2.dll

Declaration

public int Min { get; }

Property Value

Type Description
Int32

An Int32 value that specifies the minimum value of the video property.

Remarks

The Min, DeviceVideoProperty.Max and DeviceVideoProperty.Default properties return the extreme and default values of the current video property. To specify the actual video property value, use the DeviceVideoProperty.Value property.

See Also