'Declaration
<DescriptionAttribute("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("PageView Properties")>
Public Property MagnifierMagnification As Double
'Usage
Dim instance As PageView
Dim value As Double
instance.MagnifierMagnification = value
value = instance.MagnifierMagnification
[DescriptionAttribute("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("PageView Properties")]
public double MagnifierMagnification {get; set;}
[DescriptionAttribute("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("PageView Properties")]
public: __property double get_MagnifierMagnification();
public: __property void set_MagnifierMagnification(
double value
);
[DescriptionAttribute("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute("PageView Properties")]
public:
property double MagnifierMagnification {
double get();
void set ( double value);
}