[]
        
(Showing Draft Content)

C1.WPF.MediaPlayer.C1MoveToPointSlider

C1MoveToPointSlider Class

A slider that jumps where clicked, without dragging.

Namespace: C1.WPF.MediaPlayer
Assembly: C1.WPF.MediaPlayer.4.6.2.dll
Syntax
[TemplatePart(Name = "FullColumnDefinition", Type = typeof(ColumnDefinition))]
[TemplatePart(Name = "EmptyColumnDefinition", Type = typeof(ColumnDefinition))]
[TemplateVisualState(Name = "MouseOver", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Disabled", GroupName = "CommonStates")]
[TemplateVisualState(Name = "Normal", GroupName = "CommonStates")]
public class C1MoveToPointSlider : RangeBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
C1MoveToPointSlider()

Initializes a new instance of a C1MoveToPointSlider.

Methods

Name Description
ChangeVisualStateCommon(bool)

Updates the current visual state of the Common visual state group to match the object's properties.

OnApplyTemplate()

Builds the visual tree for the C1MoveToPointSlider control when a new template is applied.

OnMaximumChanged(double, double)

Called when the Maximum property changes.

OnMinimumChanged(double, double)

Called when the Minimum property changes.

OnPropertyChanged(DependencyPropertyChangedEventArgs)

Invoked whenever the effective value of any dependency property has been updated.

OnValueChanged(double, double)

Raises ValueChanged routed event.

Events

Name Description
IsMouseOverChanged

Event raised when the IsMouseOver property has changed.