Class SelectionVisibilityIndicator
Used for visual indication of the location of the selection in the RadTimeBar control.
Inheritance
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class SelectionVisibilityIndicator : Control
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
System.Windows.DependencyProperty
|
Properties
VisibilityListener
Gets or sets a value that indicates whether the SelectionVisibilityIndicator is visible.
Declaration
public Visibility VisibilityListener { get; set; }
Property Value
System.Windows.Visibility
A value that indicates whether the SelectionVisibilityIndicator is visible. |
Methods
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs that contains the event data. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs that contains the event data. |