DeviceVideoProperty Class
Describes a video property on a video capture device.
Namespace: DevExpress.Data.Camera
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public class DeviceVideoProperty :
INotifyPropertyChanged
Related API Members
The following members return DeviceVideoProperty objects:
Remarks
The DeviceVideoProperty object represents a particular video property, such as brightness, contrast or saturation, on a video capture device. For details, see the DeviceVideoSettings class, which provides access to the corresponding properties.
Inheritance
Object
DeviceVideoProperty
See Also