Gets or sets the minimum value to constrain hour width in the control to, when IsMouseWheelZoomEnabled is set to true; by default it is set to 1.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual double IsMouseWheelZoomEnabledMinHourWidth { get; set; }
Visual Basic (Declaration)
Public Overridable Property IsMouseWheelZoomEnabledMinHourWidth As Double

See Also