Class SelectionVisibilityIndicator
Used for visual indication of the location of the selection in the Rad
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 Selection
Declaration
public SelectionVisibilityIndicator()
Fields
VisibilityListenerProperty
Identifies the Visibility
Declaration
public static readonly DependencyProperty VisibilityListenerProperty
Field Value
System.
|
Properties
VisibilityListener
Gets or sets a value that indicates whether the Selection
Declaration
public Visibility VisibilityListener { get; set; }
Property Value
System. A value that indicates whether the SelectionVisibilityIndicator is visible. |
Methods
OnInitialized(EventArgs)
Raises the System.true
internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The System. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |