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