ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / PageView Class / MagnifierWidth Property




In This Topic
    MagnifierWidth Property (PageView)
    In This Topic
    Gets or sets the flying magnifier width in window pixels.
    Syntax
    'Declaration
     
    <CategoryAttribute("PageView Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(250)>
    <DescriptionAttribute("Flying magnifier width in window pixels in the range between 25 and 500")>
    Public Property MagnifierWidth As Integer
    'Usage
     
    Dim instance As PageView
    Dim value As Integer
     
    instance.MagnifierWidth = value
     
    value = instance.MagnifierWidth
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(250)]
    [Description("Flying magnifier width in window pixels in the range between 25 and 500")]
    public int MagnifierWidth {get; set;}
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(250)]
    [Description("Flying magnifier width in window pixels in the range between 25 and 500")]
    public: __property int get_MagnifierWidth();
    public: __property void set_MagnifierWidth( 
       int value
    );
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(250)]
    [Description("Flying magnifier width in window pixels in the range between 25 and 500")]
    public:
    property int MagnifierWidth {
       int get();
       void set (    int value);
    }

    Property Value

    An integer value ranging between 25 to 500.
    Remarks

    This property is a number that specifies the width of the magnifier, in window pixels. The default value is 250.

    See Also