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