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