'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("The mouse button for zooming of selected region.")> <DefaultValueAttribute(Left)> Public Property ZoomButton As Vintasoft.Imaging.UI.VintasoftMouseButtons
[Category("Behavior")] [Description("The mouse button for zooming of selected region.")] [DefaultValue(Left)] public Vintasoft.Imaging.UI.VintasoftMouseButtons ZoomButton { get; set; }
[Category("Behavior")] [Description("The mouse button for zooming of selected region.")] [DefaultValue(Left)] public: __property Vintasoft.Imaging.UI.VintasoftMouseButtons get_ZoomButton(); public: __property void set_ZoomButton(
Vintasoft.Imaging.UI.VintasoftMouseButtons value
);
[Category("Behavior")] [Description("The mouse button for zooming of selected region.")] [DefaultValue(Left)] public:
property Vintasoft.Imaging.UI.VintasoftMouseButtons ZoomButton { Vintasoft.Imaging.UI.VintasoftMouseButtons get(); void set(Vintasoft.Imaging.UI.VintasoftMouseButtons value); }
Property Value
Значение по умолчанию - VintasoftMouseButtons.Left.