Class TimelineAnnotationsPanel
Inheritance
System.Object
TimelineAnnotationsPanel
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class TimelineAnnotationsPanel : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
TimelineAnnotationsPanel()
Declaration
public TimelineAnnotationsPanel()
Properties
TimelineAnnotations
Declaration
public IList<TimelineAnnotation> TimelineAnnotations { get; }
Property Value
System.Collections.Generic.IList<TimelineAnnotation>
|