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. |
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |