'Declaration <DefaultValueAttribute(250)> <DescriptionAttribute("Zoom level of the image in the magnifier.")> <CategoryAttribute("Appearance")> Public Property Zoom As System.Int32
[DefaultValue(250)] [Description("Zoom level of the image in the magnifier.")] [Category("Appearance")] public System.Int32 Zoom { get; set; }
[DefaultValue(250)] [Description("Zoom level of the image in the magnifier.")] [Category("Appearance")] public: __property System.Int32 get_Zoom(); public: __property void set_Zoom(
System.Int32 value
);
[DefaultValue(250)] [Description("Zoom level of the image in the magnifier.")] [Category("Appearance")] public:
property System.Int32 Zoom { System.Int32 get(); void set(System.Int32 value); }
Property Value
Возможные значения от 10 до 1000. Значение по умолчанию - 250.