ClassSelectionVisibilityIndicator
Class
Used for visual indication of the location of the selection in the RadTimeBar control.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.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
OnPointerEntered(PointerRoutedEventArgs)
Declaration
cs-api-definition
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnPointerExited(PointerRoutedEventArgs)
Declaration
cs-api-definition
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs