Specialized control for displaying DateTime intervals as strip lines.
Definition
Namespace:Telerik.Windows.Controls.Timeline
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class TimelineStripLineControl : Control
Inheritance: objectTimelineStripLineControl
Constructors
Initializes a new instance of the TimelineStripLineControl class.
public TimelineStripLineControl()
Fields
AlternateStyleProperty
DependencyProperty
Identifies the AlternateStyle dependency property.
public static readonly DependencyProperty AlternateStyleProperty
ElementStyleProperty
DependencyProperty
Identifies the ElementStyle dependency property.
public static readonly DependencyProperty ElementStyleProperty
NormalStyleProperty
DependencyProperty
Identifies the NormalStyle dependency property.
public static readonly DependencyProperty NormalStyleProperty
Properties
AlternateStyle
Style
Gets or sets the property.
public Style AlternateStyle { get; set; }
The property.
ElementStyle
Style
Gets or sets the element style.
public Style ElementStyle { get; set; }
The element style.
NormalStyle
Style
Gets or sets the property.
public Style NormalStyle { get; set; }
The property.
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.