'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The zoom of the image, in percents.")> <DefaultValueAttribute(100)> Public Property ZoomExtended As Single
[Category("VintaSoft")] [Description("The zoom of the image, in percents.")] [DefaultValue(100)] public float ZoomExtended { get; set; }
[Category("VintaSoft")] [Description("The zoom of the image, in percents.")] [DefaultValue(100)] public: __property float get_ZoomExtended(); public: __property void set_ZoomExtended(
float value
);
[Category("VintaSoft")] [Description("The zoom of the image, in percents.")] [DefaultValue(100)] public:
property float ZoomExtended { float get(); void set(float value); }
Property Value
Допустимые значения от 0,01 до 1000000.
Значение по умолчанию - 100.
Значение по умолчанию - 100.