Share via


MediaDeviceControlCapabilities.AutoModeSupported Property

Definition

Queries whether the camera supports automatic adjustment of the setting.

public:
 property bool AutoModeSupported { bool get(); };
bool AutoModeSupported();
public bool AutoModeSupported { get; }
var boolean = mediaDeviceControlCapabilities.autoModeSupported;
Public ReadOnly Property AutoModeSupported As Boolean

Property Value

Boolean

bool

True if the camera supports automatic adjustment of the setting; otherwise false.

Applies to