AdvancedPhotoControl.Supported Property

Definition

Gets a value indicating whether the AdvancedPhotoControl is supported on the current capture device.

public:
 property bool Supported { bool get(); };
bool Supported();
public bool Supported { get; }
var boolean = advancedPhotoControl.supported;
Public ReadOnly Property Supported As Boolean

Property Value

Boolean

bool

True if the AdvancedPhotoControl is supported; otherwise, false.

Applies to