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

DeviceVideoProperty.Default Property

Gets the default value of the video property.

Namespace: DevExpress.Data.Camera

Assembly: DevExpress.Data.v19.2.dll

Declaration

public int Default { get; }

Property Value

Type Description
Int32

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

Remarks

The DeviceVideoProperty.Min, DeviceVideoProperty.Max and 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