'Declaration <DefaultValueAttribute(100)> <DescriptionAttribute("The zoom of the image.")> <CategoryAttribute("VintaSoft")> Public Property Zoom As System.Int32
[DefaultValue(100)] [Description("The zoom of the image.")] [Category("VintaSoft")] public System.Int32 Zoom { get; set; }
[DefaultValue(100)] [Description("The zoom of the image.")] [Category("VintaSoft")] public: __property System.Int32 get_Zoom(); public: __property void set_Zoom(
System.Int32 value
);
[DefaultValue(100)] [Description("The zoom of the image.")] [Category("VintaSoft")] public:
property System.Int32 Zoom { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 1 до 1000. Значение по умолчанию: 100.