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