'Declaration <DescriptionAttribute("The zoom step of the image.")> <DefaultValueAttribute(10)> <CategoryAttribute("Behavior")> Public Property ZoomStep As System.Int32
[Description("The zoom step of the image.")] [DefaultValue(10)] [Category("Behavior")] public System.Int32 ZoomStep { get; set; }
[Description("The zoom step of the image.")] [DefaultValue(10)] [Category("Behavior")] public: __property System.Int32 get_ZoomStep(); public: __property void set_ZoomStep(
System.Int32 value
);
[Description("The zoom step of the image.")] [DefaultValue(10)] [Category("Behavior")] public:
property System.Int32 ZoomStep { System.Int32 get(); void set(System.Int32 value); }
Property Value
Значение по умолчанию - 10.