'Declaration <DescriptionAttribute("The mouse button which zooms out the image.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(Right)> Public Property ZoomOutButton As Vintasoft.Imaging.UI.VintasoftMouseButtons
[Description("The mouse button which zooms out the image.")] [Category("Behavior")] [DefaultValue(Right)] public Vintasoft.Imaging.UI.VintasoftMouseButtons ZoomOutButton { get; set; }
[Description("The mouse button which zooms out the image.")] [Category("Behavior")] [DefaultValue(Right)] public: __property Vintasoft.Imaging.UI.VintasoftMouseButtons get_ZoomOutButton(); public: __property void set_ZoomOutButton(
Vintasoft.Imaging.UI.VintasoftMouseButtons value
);
[Description("The mouse button which zooms out the image.")] [Category("Behavior")] [DefaultValue(Right)] public:
property Vintasoft.Imaging.UI.VintasoftMouseButtons ZoomOutButton { Vintasoft.Imaging.UI.VintasoftMouseButtons get(); void set(Vintasoft.Imaging.UI.VintasoftMouseButtons value); }
Property Value
Default value is right mouse button.