Click or drag to resize

ZoomPanelMiniMapIsMouseWheelZoomEnabled Property

Gets or sets if zooming with mouse wheel is same as on ZoomPanel (null), enabled (true) or disabled (false). Default value is null - same as on ZoomPanel.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public Nullable<bool> IsMouseWheelZoomEnabled { get; set; }

Property Value

Type: NullableBoolean
See Also