'Declaration <DescriptionAttribute("The zoom step of the image.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(10)> Public Property ZoomStep As System.Int32
[Description("The zoom step of the image.")] [Category("Behavior")] [DefaultValue(10)] public System.Int32 ZoomStep { get; set; }
[Description("The zoom step of the image.")] [Category("Behavior")] [DefaultValue(10)] public: __property System.Int32 get_ZoomStep(); public: __property void set_ZoomStep(
System.Int32 value
);
[Description("The zoom step of the image.")] [Category("Behavior")] [DefaultValue(10)] public:
property System.Int32 ZoomStep { System.Int32 get(); void set(System.Int32 value); }
Property Value
Default value is 10.