ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / ZoomFactor Property




In This Topic
    ZoomFactor Property (ImGearThumbnailCtl)
    In This Topic
    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