Represents a scale interval within the interval collection (Intervals property) of a Scale object to be displayed as a scale header by a GanttChartView control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public class ScaleInterval : DependencyObject
Visual Basic (Declaration)
Public Class ScaleInterval _
	Inherits DependencyObject

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      DlhSoft.Windows.Controls..::.ScaleInterval

See Also