DeviceVideoProperty.Default Property
Gets the default value of the video property.
Namespace: DevExpress.Data.Camera
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
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