Class TimelineStripLineControl
Specialized control for displaying DateTime intervals as strip lines.
Inheritance
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TimelineStripLineControl : Control
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
System.Windows.DependencyProperty
|
ElementStyleProperty
Identifies the ElementStyle dependency property.
Declaration
public static readonly DependencyProperty ElementStyleProperty
Field Value
System.Windows.DependencyProperty
|
NormalStyleProperty
Identifies the NormalStyle dependency property.
Declaration
public static readonly DependencyProperty NormalStyleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AlternateStyle
Gets or sets the property.
Declaration
public Style AlternateStyle { get; set; }
Property Value
System.Windows.Style
The property. |
ElementStyle
Gets or sets the element style.
Declaration
public Style ElementStyle { get; set; }
Property Value
System.Windows.Style
The element style. |
NormalStyle
Gets or sets the property.
Declaration
public Style NormalStyle { get; set; }
Property Value
System.Windows.Style
The property. |