ImageGear22.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : MagnifierHeight Property |
'Declaration <BrowsableAttribute(True)> <DefaultValueAttribute()> <CategoryAttribute("PageView Properties")> <DescriptionAttribute("Flying magnifier height in window pixels in the range between 25 and 500.")> Public Property MagnifierHeight As Integer
'Usage Dim instance As PageView Dim value As Integer instance.MagnifierHeight = value value = instance.MagnifierHeight
[Browsable(true)] [DefaultValue()] [Category("PageView Properties")] [Description("Flying magnifier height in window pixels in the range between 25 and 500.")] public int MagnifierHeight {get; set;}
[Browsable(true)] [DefaultValue()] [Category("PageView Properties")] [Description("Flying magnifier height in window pixels in the range between 25 and 500.")] public: __property int get_MagnifierHeight(); public: __property void set_MagnifierHeight( int value );
[Browsable(true)] [DefaultValue()] [Category("PageView Properties")] [Description("Flying magnifier height in window pixels in the range between 25 and 500.")] public: property int MagnifierHeight { int get(); void set ( int value); }
This property is a number that specifies the height of the magnifier, in window pixels. The range is between 25 and 500. The default value is 150.