ClassSelectionVisibilityIndicator
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
SelectionVisibilityIndicator()
Initializes a new instance of the SelectionVisibilityIndicator class.
Declaration
public SelectionVisibilityIndicator()
Fields
VisibilityListenerProperty
Identifies the VisibilityListener dependency property.
Declaration
public static readonly DependencyProperty VisibilityListenerProperty
Field Value
DependencyProperty
Properties
VisibilityListener
Gets or sets a value that indicates whether the SelectionVisibilityIndicator is visible.
Declaration
public Visibility VisibilityListener { get; set; }
Property Value
Visibility
A value that indicates whether the SelectionVisibilityIndicator is visible.
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever
is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled attached event is raised on this element.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
e
MouseEventArgs
The MouseEventArgs that contains the event data.
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled attached event is raised on this element.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
e
MouseEventArgs
The MouseEventArgs that contains the event data.