AdvancedPhotoControl.Mode Property

Definition

Gets the current advanced capture mode of the AdvancedPhotoControl.

public:
 property AdvancedPhotoMode Mode { AdvancedPhotoMode get(); };
AdvancedPhotoMode Mode();
public AdvancedPhotoMode Mode { get; }
var advancedPhotoMode = advancedPhotoControl.mode;
Public ReadOnly Property Mode As AdvancedPhotoMode

Property Value

The current advanced capture mode of the AdvancedPhotoControl.

Remarks

Set the advanced capture mode of the AdvancedPhotoControl by calling the Configure method.

Applies to