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