ImageGear PDF v25.2 - Updated
ZoomFactor Property (ImGearThumbnailCtl)




ImageGear.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
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("")>
<ImGearFilterAttribute("Default")>
Public Property ZoomFactor As Double
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Double
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor
[Category("Behavior")]
[Description("")]
[ImGearFilter("Default")]
public double ZoomFactor {get; set;}
[Category("Behavior")]
[Description("")]
[ImGearFilter("Default")]
public: __property double get_ZoomFactor();
public: __property void set_ZoomFactor( 
   double value
);
[Category("Behavior")]
[Description("")]
[ImGearFilter("Default")]
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

Is this page helpful?
Yes No
Thanks for your feedback.