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