ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : MagnifierWidth Property |
'Declaration <DefaultValueAttribute()> <CategoryAttribute("PageView Properties")> <BrowsableAttribute(True)> <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
[DefaultValueAttribute()] [CategoryAttribute("PageView Properties")] [BrowsableAttribute(true)] [DescriptionAttribute("Flying magnifier width in window pixels in the range between 25 and 500")] public int MagnifierWidth {get; set;}
[DefaultValueAttribute()] [CategoryAttribute("PageView Properties")] [BrowsableAttribute(true)] [DescriptionAttribute("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 );
[DefaultValueAttribute()] [CategoryAttribute("PageView Properties")] [BrowsableAttribute(true)] [DescriptionAttribute("Flying magnifier width in window pixels in the range between 25 and 500")] public: property int MagnifierWidth { int get(); void set ( int value); }
This property is a number that specifies the width of the magnifier, in window pixels. The default value is 250.