FrameFlashControl.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 or sets the flash mode for a frame in a variable photo sequence.
public:
property FrameFlashMode Mode { FrameFlashMode get(); void set(FrameFlashMode value); };
FrameFlashMode Mode();
void Mode(FrameFlashMode value);
public FrameFlashMode Mode { get; set; }
var frameFlashMode = frameFlashControl.mode;
frameFlashControl.mode = frameFlashMode;
Public Property Mode As FrameFlashMode
Property Value
The flash mode.