Class ThumbBar
[TemplatePart(Name = "PART_LEFT_THUMB", Type = typeof(Thumb))]
[TemplatePart(Name = "PART_RIGHT_THUMB", Type = typeof(Thumb))]
public class ThumbBar : Thumb, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient- Inheritance
- 
      
      
      
      
      
      
      
      
      ThumbBar
- Implements
- Inherited Members
- Extension Methods
Fields
DragCompletedChangedRoutedEvent
public static readonly RoutedEvent DragCompletedChangedRoutedEventField Value
DragDeltaChangedRoutedEvent
public static readonly RoutedEvent DragDeltaChangedRoutedEventField Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()OnDragCompletedChanged()
protected void OnDragCompletedChanged()OnDragDeltaChanged(ThumbType)
protected void OnDragDeltaChanged(ThumbType thumbType = ThumbType.Center)Parameters
- thumbTypeThumbType
Events
DragCompletedChanged
public event RoutedEventHandler DragCompletedChangedEvent Type
DragDeltaChanged
public event RoutedEventHandler DragDeltaChanged