Class TimeBarIntervalControlBase
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class TimeBarIntervalControlBase : TimeIntervalControlBase
Constructors
TimeBarIntervalControlBase()
Declaration
protected TimeBarIntervalControlBase()
Fields
IsDragSelectedProperty
Declaration
public static readonly DependencyProperty IsDragSelectedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
IsDragSelected
Declaration
public bool IsDragSelected { get; set; }
Property Value
|
System.Boolean
|
Methods
OnIsDragSelectedChanged()
Declaration
protected virtual void OnIsDragSelectedChanged()
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
e
|