'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
[Category("PageView Properties")] [DefaultValue()] [Description("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")] [Browsable(true)] public double MagnifierMagnification {get; set;}
[Category("PageView Properties")] [DefaultValue()] [Description("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")] [Browsable(true)] public: __property double get_MagnifierMagnification(); public: __property void set_MagnifierMagnification( double value );
[Category("PageView Properties")] [DefaultValue()] [Description("Magnification of the flying magnifier. The value should be in the range 1.5 to 8.0.")] [Browsable(true)] public: property double MagnifierMagnification { double get(); void set ( double value); }