ClassTimelineStripLineControl
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
TimelineStripLineControl()
Initializes a new instance of the TimelineStripLineControl class.
Declaration
public TimelineStripLineControl()
Fields
AlternateStyleProperty
Identifies the AlternateStyle dependency property.
Declaration
public static readonly DependencyProperty AlternateStyleProperty
Field Value
DependencyProperty
ElementStyleProperty
Identifies the ElementStyle dependency property.
Declaration
public static readonly DependencyProperty ElementStyleProperty
Field Value
DependencyProperty
NormalStyleProperty
Identifies the NormalStyle dependency property.
Declaration
public static readonly DependencyProperty NormalStyleProperty
Field Value
DependencyProperty
Properties
AlternateStyle
Gets or sets the property.
Declaration
public Style AlternateStyle { get; set; }
Property Value
Style
The property.
ElementStyle
Gets or sets the element style.
Declaration
public Style ElementStyle { get; set; }
Property Value
Style
The element style.
NormalStyle
Gets or sets the property.
Declaration
public Style NormalStyle { get; set; }
Property Value
Style
The property.
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.