RadControls for WPF

A base class for RadTimeBar and RadTimeline.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public abstract class TimeBarBase : ContentControl, 
	ISupportInitialize
Visual Basic
Public MustInherit Class TimeBarBase _
	Inherits ContentControl _
	Implements ISupportInitialize

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls..::..TimeBarBase
                  Telerik.Windows.Controls..::..RadTimeBar
                  Telerik.Windows.Controls..::..RadTimeline

See Also