ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : MagnifierHeight Property |
'Declaration <CategoryAttribute("PageView Properties")> <BrowsableAttribute(True)> <DefaultValueAttribute()> <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
[CategoryAttribute("PageView Properties")] [BrowsableAttribute(true)] [DefaultValueAttribute()] [DescriptionAttribute("Flying magnifier height in window pixels in the range between 25 and 500.")] public int MagnifierHeight {get; set;}
[CategoryAttribute("PageView Properties")] [BrowsableAttribute(true)] [DefaultValueAttribute()] [DescriptionAttribute("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 );
[CategoryAttribute("PageView Properties")] [BrowsableAttribute(true)] [DefaultValueAttribute()] [DescriptionAttribute("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.