AdvancedPhotoControl.Mode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.