[]
A slider that jumps where clicked, without dragging.
[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
| Name | Description |
|---|---|
| C1MoveToPointSlider() | Initializes a new instance of a C1MoveToPointSlider. |
| 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. |
| Name | Description |
|---|---|
| IsMouseOverChanged | Event raised when the IsMouseOver property has changed. |