ImageGear .NET
FitMode Property (ImGearARTImageRef)




Gets or sets the fitting mode of the image.
Syntax
'Declaration
 
Public Property FitMode As ImGearFitModes
'Usage
 
Dim instance As ImGearARTImageRef
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.
See Also

Reference

ImGearARTImageRef Class
ImGearARTImageRef Members
ImGearFitModes Enumeration

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback