ClassRadTimeLine
Represents the RadTimeLine for Silverlight TimeLine control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadTimeLine : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadTimeLine
Implements:
Inherited Members
Constructors
RadTimeLine()
Initializes a new instance of the RadTimeBar class.
Declaration
public RadTimeLine()
Properties
SelectionVisibilityIndicators
Get the list of all SelectionVisibilityIndicator controls
Declaration
public IList<SelectionVisibilityIndicator> SelectionVisibilityIndicators { get; }
Property Value
TimeLineItemContainer
Get the TimeLine TimeLineItemContainer xaml control.
Declaration
public TimeLineItemContainer TimeLineItemContainer { get; }
Property Value
TimelineAnnotationsPanel
Get the TimelineAnnotationsPanel xaml control.
Declaration
public TimelineAnnotationsPanel TimelineAnnotationsPanel { get; }
Property Value
TimelineGroupPeriodContainer
Get the TimelineGroupPeriodContainer xaml control.
Declaration
public TimelineGroupPeriodContainer TimelineGroupPeriodContainer { get; }
Property Value
TimelinePeriodContainer
Get the TimelinePeriodContainer xaml control.
Declaration
public TimelinePeriodContainer TimelinePeriodContainer { get; }
Property Value
TimelineScrollBar
Get the TimelineScrollBar xaml control.
Declaration
public TimelineScrollBar TimelineScrollBar { get; }
Property Value
VirtualizingTimeBarPanel
Get the TimeLine TimeLineItemContainer xaml control.
Declaration
public VirtualizingTimeBarPanel VirtualizingTimeBarPanel { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the automation reference to this element.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
The automation reference to assign.
Overrides