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