A slider that jumps where clicked, without dragging.
Namespace:
C1.Silverlight.MediaPlayerAssembly: C1.Silverlight.MediaPlayer (in C1.Silverlight.MediaPlayer.dll)
Syntax
| C# |
|---|
[TemplatePartAttribute(Name = "FullColumnDefinition", Type = typeof(ColumnDefinition))] [TemplateVisualStateAttribute(Name = "Normal", GroupName = "CommonStates")] [TemplatePartAttribute(Name = "EmptyColumnDefinition", Type = typeof(ColumnDefinition))] [TemplateVisualStateAttribute(Name = "MouseOver", GroupName = "CommonStates")] [TemplateVisualStateAttribute(Name = "Disabled", GroupName = "CommonStates")] public class C1MoveToPointSlider : RangeBase |
| Visual Basic |
|---|
<TemplatePartAttribute(Name := "FullColumnDefinition", Type := GetType(ColumnDefinition))> _ <TemplateVisualStateAttribute(Name := "Normal", GroupName := "CommonStates")> _ <TemplatePartAttribute(Name := "EmptyColumnDefinition", Type := GetType(ColumnDefinition))> _ <TemplateVisualStateAttribute(Name := "MouseOver", GroupName := "CommonStates")> _ <TemplateVisualStateAttribute(Name := "Disabled", GroupName := "CommonStates")> _ Public Class C1MoveToPointSlider _ Inherits RangeBase |
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls.Primitives..::..RangeBase
C1.Silverlight.MediaPlayer..::..C1MoveToPointSlider
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
System.Windows.Controls.Primitives..::..RangeBase
C1.Silverlight.MediaPlayer..::..C1MoveToPointSlider