ImageGear .NET v25.1 - Updated
Mode Property (IImGearBackground)




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearBackground Interface : Mode Property
Gets or sets a background drawing mode.
Syntax
'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

See Also

Reference

IImGearBackground Interface
IImGearBackground Members
ImGearBackgroundModes Enumeration