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




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : ZoomFactor Property
Gets or sets a value specifying zoom factor for displaying the magnified popup image.
Syntax
'Declaration
 
<DescriptionAttribute("")>
<ImGearFilterAttribute("Default")>
<CategoryAttribute("Behavior")>
Public Property ZoomFactor As Double
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Double
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor
[Description("")]
[ImGearFilter("Default")]
[Category("Behavior")]
public double ZoomFactor {get; set;}
[Description("")]
[ImGearFilter("Default")]
[Category("Behavior")]
public: __property double get_ZoomFactor();
public: __property void set_ZoomFactor( 
   double value
);
[Description("")]
[ImGearFilter("Default")]
[Category("Behavior")]
public:
property double ZoomFactor {
   double get();
   void set (    double value);
}

Property Value

Double value.
Remarks
This property only used when ShowMagnify is true. It's value must be 1.0 or greater.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members
ShowMagnify Property