New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class SelectionVisibilityIndicator : Control

Inheritance: objectSelectionVisibilityIndicator

Constructors

Initializes a new instance of the SelectionVisibilityIndicator class.

C#
public SelectionVisibilityIndicator()

Fields

VisibilityListenerProperty

DependencyProperty

Identifies the VisibilityListener dependency property.

C#
public static readonly DependencyProperty VisibilityListenerProperty

Properties

Gets or sets a value that indicates whether the SelectionVisibilityIndicator is visible.

C#
public Visibility VisibilityListener { get; set; }
Property Value:

A value that indicates whether the SelectionVisibilityIndicator is visible.

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Invoked when an unhandled attached event is raised on this element.

C#
protected override void OnMouseEnter(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs that contains the event data.

Invoked when an unhandled attached event is raised on this element.

C#
protected override void OnMouseLeave(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs that contains the event data.