ImageGear .NET
FitMode Property (ImGearARTImageRef)




Gets or sets the fitting mode of the image.
Syntax
public ImGearFitModes FitMode {get; set;}
public: __property ImGearFitModes get_FitMode();
public: __property void set_FitMode( 
   ImGearFitModes value
);
public:
property ImGearFitModes FitMode {
   ImGearFitModes get();
   void set (    ImGearFitModes value);
}
'Declaration
 
Public Property FitMode As ImGearFitModes
 
'Usage
 
Dim instance As ImGearARTImageRef
Dim value As ImGearFitModes
 
instance.FitMode = value
 
value = instance.FitMode

Property Value

ImageGear.Display.ImGearFitModes enumeration value.
See Also

Reference

ImGearARTImageRef Class
ImGearARTImageRef Members
ImGearFitModes Enumeration

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback