ImageGear .NET - Updated July 5, 2018
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()>
<CategoryAttribute("Behavior")>
Public Property ZoomFactor As Double
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Double
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor

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