'Declaration <DescriptionAttribute("The minimum size, in megapixels, of image when the zoom buffer is used.")> <DefaultValueAttribute(0)> <CategoryAttribute("VintaSoft")> Public Property MinImageSizeWhenZoomBufferUsed As Double
[Description("The minimum size, in megapixels, of image when the zoom buffer is used.")] [DefaultValue(0)] [Category("VintaSoft")] public double MinImageSizeWhenZoomBufferUsed { get; set; }
[Description("The minimum size, in megapixels, of image when the zoom buffer is used.")] [DefaultValue(0)] [Category("VintaSoft")] public: __property double get_MinImageSizeWhenZoomBufferUsed(); public: __property void set_MinImageSizeWhenZoomBufferUsed(
double value
);
[Description("The minimum size, in megapixels, of image when the zoom buffer is used.")] [DefaultValue(0)] [Category("VintaSoft")] public:
property double MinImageSizeWhenZoomBufferUsed { double get(); void set(double value); }
Property Value
Значение по умолчанию - 0 мегапикселей.