CameraImagingIsWhiteBalanceSupported Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool IsWhiteBalanceSupported { get; }
Public ReadOnly Property IsWhiteBalanceSupported As Boolean
Get
public:
virtual property bool IsWhiteBalanceSupported {
bool get () sealed;
}
abstract IsWhiteBalanceSupported : bool with get
override IsWhiteBalanceSupported : bool with get
Property Value
Type:
BooleanImplements
ICameraImagingIsWhiteBalanceSupported
See Also