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