| CameraImagingBrightness Property  | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic float Brightness { get; set; }Public Property Brightness As Single
	Get
	Set
public:
virtual property float Brightness {
	float get () sealed;
	void set (float value) sealed;
}abstract Brightness : float32 with get, set
override Brightness : float32 with get, set
Property Value
Type: 
SingleImplements
ICameraImagingBrightness
See Also