'Declaration Public Property RedEyeMode As ImGearXMPBoolean
'Usage Dim instance As ImGearXMPFlash Dim value As ImGearXMPBoolean instance.RedEyeMode = value value = instance.RedEyeMode
public ImGearXMPBoolean RedEyeMode {get; set;}
public: __property ImGearXMPBoolean* get_RedEyeMode(); public: __property void set_RedEyeMode( ImGearXMPBoolean* value );
public: property ImGearXMPBoolean^ RedEyeMode { ImGearXMPBoolean^ get(); void set ( ImGearXMPBoolean^ value); }