Used for visual indication of the location of the selection in the RadTimeBar control.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class SelectionVisibilityIndicator : Control
Inheritance: objectSelectionVisibilityIndicator
Constructors
Initializes a new instance of the SelectionVisibilityIndicator class.
public SelectionVisibilityIndicator()
Fields
VisibilityListenerProperty
DependencyProperty
Identifies the VisibilityListener dependency property.
public static readonly DependencyProperty VisibilityListenerProperty
Properties
VisibilityListener
Visibility
Gets or sets a value that indicates whether the SelectionVisibilityIndicator is visible.
public Visibility VisibilityListener { get; set; }
A value that indicates whether the SelectionVisibilityIndicator is visible.
Methods
Raises the event. This method is invoked whenever
is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Invoked when an unhandled attached event is raised on this element.
protected override void OnMouseEnter(MouseEventArgs e)
The MouseEventArgs that contains the event data.
Invoked when an unhandled attached event is raised on this element.
protected override void OnMouseLeave(MouseEventArgs e)
The MouseEventArgs that contains the event data.