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