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 Timeline
Declaration
public TimelineStripLineControl()
Fields
AlternateStyleProperty
Identifies the Alternate
Declaration
public static readonly DependencyProperty AlternateStyleProperty
Field Value
System.
|
ElementStyleProperty
Identifies the Element
Declaration
public static readonly DependencyProperty ElementStyleProperty
Field Value
System.
|
NormalStyleProperty
Identifies the Normal
Declaration
public static readonly DependencyProperty NormalStyleProperty
Field Value
System.
|
Properties
AlternateStyle
Gets or sets the property.
Declaration
public Style AlternateStyle { get; set; }
Property Value
System. The property. |
ElementStyle
Gets or sets the element style.
Declaration
public Style ElementStyle { get; set; }
Property Value
System. The element style. |
NormalStyle
Gets or sets the property.
Declaration
public Style NormalStyle { get; set; }
Property Value
System. The property. |
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |