ImageGear .NET
FitMode Property (ImGearARTImage)




Gets or sets the fitting mode of the image.
Syntax
'Declaration
 
Public Property FitMode As ImGearFitModes
'Usage
 
Dim instance As ImGearARTImage
Dim value As ImGearFitModes
 
instance.FitMode = value
 
value = instance.FitMode
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);
}

Property Value

ImageGear.Display.ImGearFitModes enumeration value.
Remarks
The default value is ImGearFitModes.FIT_TO_DEVICE.
See Also

Reference

ImGearARTImage Class
ImGearARTImage Members
ImGearFitModes Enumeration

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback