ImageGear .NET
Mode Property (IImGearBackground)




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback