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