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