'Declaration Property Mode As ImGearBackgroundModes
'Usage Dim instance As IImGearBackground Dim value As ImGearBackgroundModes instance.Mode = value value = instance.Mode
ImGearBackgroundModes Mode {get; set;}
__property ImGearBackgroundModes get_Mode(); __property void set_Mode( ImGearBackgroundModes value );
property ImGearBackgroundModes Mode { ImGearBackgroundModes get(); void set ( ImGearBackgroundModes value); }
Property Value
- ImGearBackgroundModes.NONE - do not draw background
- ImGearBackgroundModes.BEYOND_IMAGE - fill device rectangle with background color before image drawing.