FrameFlashControl.PowerPercent 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 power for a frame in a variable photo sequence.
public:
property float PowerPercent { float get(); void set(float value); };
float PowerPercent();
void PowerPercent(float value);
public float PowerPercent { get; set; }
var single = frameFlashControl.powerPercent;
frameFlashControl.powerPercent = single;
Public Property PowerPercent As Single
Property Value
Single
float
The flash power percentage, from 0 to 100, for a frame in a variable photo sequence.