Class
SelectionVisibilityIndicator

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:

cs-api-definition
public class SelectionVisibilityIndicator : Control

Inheritance: objectSelectionVisibilityIndicator

Constructors

SelectionVisibilityIndicator()

Initializes a new instance of the SelectionVisibilityIndicator class.

Declaration

cs-api-definition
public SelectionVisibilityIndicator()

Fields

VisibilityListenerProperty

Identifies the VisibilityListener dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty VisibilityListenerProperty

Field Value

DependencyProperty

Properties

VisibilityListener

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

Declaration

cs-api-definition
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

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnMouseEnter(MouseEventArgs)

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

Declaration

cs-api-definition
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

cs-api-definition
protected override void OnMouseLeave(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs that contains the event data.