ImageGear .NET - Updated
FitMode Property (ImGearARTImageRef)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTImageRef Class : FitMode Property
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