Class TimelineAnnotation
An annotation that allows you to place a custom object at a specific place in your Rad
Inheritance
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TimelineAnnotation : Control
Constructors
TimelineAnnotation()
Fields
ContentProperty
Identifies the Content dependency property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
System.
|
ContentTemplateProperty
Identifies the Content
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
System.
|
DurationProperty
Identifies the Duration dependency property.
Declaration
public static readonly DependencyProperty DurationProperty
Field Value
System.
|
StartDateProperty
Identifies the Start
Declaration
public static readonly DependencyProperty StartDateProperty
Field Value
System.
|
Properties
Content
Gets or sets the content of the Timeline
Declaration
public object Content { get; set; }
Property Value
System. The content of the Timeline |
ContentTemplate
Gets or sets the System.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
System. A System. |
Duration
Gets or sets a System.
Declaration
public TimeSpan Duration { get; set; }
Property Value
System. The span of the Timeline |
StartDate
Gets or sets a System.
Declaration
public DateTime StartDate { get; set; }
Property Value
System. The System. |
Methods
OnInitialized(EventArgs)
Raises the System.true
internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |