Click or drag to resize

ZoomPanelScrollLineSizeInPercent Property

Size in percent of the line when scrolling with ScrollViewer. The size is used when the bottom, up, left or right arrow on scroll slider is clicked. When scrolling with mouse wheel, the line size is multiplied with the value of scroll wheel settings from Control Panel. For example 0.1 scrolls the content of ZoomPanel by 10%.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public double ScrollLineSizeInPercent { get; set; }

Property Value

Type: Double
See Also