ImageGear21.Core Assembly > ImageGear.Display Namespace > IImGearBackground Interface : Mode Property |
'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); }