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