FlashControl.RedEyeReduction 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指定是否啟用或停用紅眼縮小。
public:
property bool RedEyeReduction { bool get(); void set(bool value); };
bool RedEyeReduction();
void RedEyeReduction(bool value);
public bool RedEyeReduction { get; set; }
var boolean = flashControl.redEyeReduction;
flashControl.redEyeReduction = boolean;
Public Property RedEyeReduction As Boolean
屬性值
Boolean
bool
如果已啟用紅眼縮小,則為true;否則為false。
備註
您應該先檢查 FlashControl 物件的 RedEyeReductionSupported 屬性的值,再嘗試存取這個屬性。 如果 RedEyeReductionSupported 為 false,則嘗試存取此屬性將會擲回例外狀況。