'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
Valid values are from 0.01 to 1000000.
Default value is 100.
Default value is 100.