'Declaration <BrowsableAttribute(True)> <DefaultValueAttribute()> <DescriptionAttribute("Flying magnifier height in window pixels in the range between 25 and 500.")> <CategoryAttribute("PageView Properties")> Public Property MagnifierHeight As Integer
'Usage Dim instance As PageView Dim value As Integer instance.MagnifierHeight = value value = instance.MagnifierHeight
[Browsable(true)] [DefaultValue()] [Description("Flying magnifier height in window pixels in the range between 25 and 500.")] [Category("PageView Properties")] public int MagnifierHeight {get; set;}
[Browsable(true)] [DefaultValue()] [Description("Flying magnifier height in window pixels in the range between 25 and 500.")] [Category("PageView Properties")] public: __property int get_MagnifierHeight(); public: __property void set_MagnifierHeight( int value );
[Browsable(true)] [DefaultValue()] [Description("Flying magnifier height in window pixels in the range between 25 and 500.")] [Category("PageView Properties")] public: property int MagnifierHeight { int get(); void set ( int value); }