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