'Declaration <DescriptionAttribute("Zoom level of the image in the magnifier.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(250)> Public Property Zoom As System.Int32
[Description("Zoom level of the image in the magnifier.")] [Category("Appearance")] [DefaultValue(250)] public System.Int32 Zoom { get; set; }
[Description("Zoom level of the image in the magnifier.")] [Category("Appearance")] [DefaultValue(250)] public: __property System.Int32 get_Zoom(); public: __property void set_Zoom(
System.Int32 value
);
[Description("Zoom level of the image in the magnifier.")] [Category("Appearance")] [DefaultValue(250)] public:
property System.Int32 Zoom { System.Int32 get(); void set(System.Int32 value); }
Property Value
Default value is 250.