ImageGear .NET v24.12 - Updated
ZoomFactor Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : ZoomFactor Property
Gets or sets the amount of zoom-in to use when displaying the magnified popup image.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("")>
Public Property ZoomFactor As Single
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Single
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor
[Category("Behavior")]
[Description("")]
public float ZoomFactor {get; set;}
[Category("Behavior")]
[Description("")]
public: __property float get_ZoomFactor();
public: __property void set_ZoomFactor( 
   float value
);
[Category("Behavior")]
[Description("")]
public:
property float ZoomFactor {
   float get();
   void set (    float value);
}

Property Value

Float value.
Remarks
Value must be between 1.0 and 50.0. This property is only used when ShowMagnify = true..
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members