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