Class TimelineAnnotation
An annotation that allows you to place a custom object at a specific place in your RadTimeline.
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.Windows.DependencyProperty
|
ContentTemplateProperty
Identifies the ContentTemplate dependency property.
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
System.Windows.DependencyProperty
|
DurationProperty
Identifies the Duration dependency property.
Declaration
public static readonly DependencyProperty DurationProperty
Field Value
System.Windows.DependencyProperty
|
StartDateProperty
Identifies the StartDate dependency property.
Declaration
public static readonly DependencyProperty StartDateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Content
Gets or sets the content of the TimelineAnnotation.
Declaration
public object Content { get; set; }
Property Value
System.Object
The content of the TimelineAnnotation. |
ContentTemplate
Gets or sets the System.Windows.DataTemplate used to display the Content the TimelineAnnotation.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
A System.Windows.DataTemplate that specifies the visualization of the Content. The default is null. |
Duration
Gets or sets a System.TimeSpan object that identifies the span of the TimelineAnnotation on the timeline.
Declaration
public TimeSpan Duration { get; set; }
Property Value
System.TimeSpan
The span of the TimelineAnnotation on the timeline. |
StartDate
Gets or sets a System.DateTime object that identifies the position of the TimelineAnnotation on the timeline.
Declaration
public DateTime StartDate { get; set; }
Property Value
System.DateTime
The System.DateTime object that identifies the position of the TimelineAnnotation on the timeline. |