Property | Type | Description | |
---|---|---|---|
TrackMarkStyleProperty | DependencyProperty |
Method | Description | |
---|---|---|
SliderElement ( ) : System |
${controls_SliderElement_constructor_None_D}
|
Method | Description | |
---|---|---|
NotifyValueChange ( double newValue ) : void |
${controls_SliderElement_method_NotifyValueChange_D}
|
|
OnApplyTemplate ( ) : void |
${controls_SliderElement_method_onApplyTemplate_D}
|
|
OnMaximumChanged ( double oldMaximum, double newMaximum ) : void |
${controls_SliderElement_method_OnMaximumChanged_D}
|
|
OnMinimumChanged ( double oldMinimum, double newMinimum ) : void |
${controls_SliderElement_method_OnMinimumChanged_D}
|
|
OnValueChanged ( double oldValue, double newValue ) : void |
${controls_SliderElement_method_OnValueChanged_D}
|
|
UpdateThumbPosition ( ) : void |
${controls_SliderElement_method_UpdateThumbPosition_D}
|
|
UpdateTrackMarks ( ) : void |
${controls_SliderElement_method_UpdateTrackMarks_D}
|
Method | Description | |
---|---|---|
OnLoaded ( object sender, RoutedEventArgs e ) : void | ||
OnThumbDragCompleted ( object sender, |
||
OnThumbDragDelta ( object sender, |
||
OnThumbDragStarted ( object sender, |
||
OnTrackMarkStylePropertyChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs args ) : void | ||
SignInTrackMark ( |
||
SignOutTrackMark ( ) : |
||
mark_PointerPressed ( object sender, Windows e ) : void |
protected NotifyValueChange ( double newValue ) : void | ||
newValue | double | ${controls_SliderElement_method_NotifyValueChange_pram_newValue} |
return | void |
protected OnMaximumChanged ( double oldMaximum, double newMaximum ) : void | ||
oldMaximum | double | ${controls_SliderElement_method_OnMaximumChanged_pram_oldMaximum} |
newMaximum | double | ${controls_SliderElement_method_OnMaximumChanged_pram_newMaximum} |
return | void |
protected OnMinimumChanged ( double oldMinimum, double newMinimum ) : void | ||
oldMinimum | double | ${controls_SliderElement_method_OnMinimumChanged_pram_oldMinimum} |
newMinimum | double | ${controls_SliderElement_method_OnMinimumChanged_pram_newMinimum} |
return | void |
protected OnValueChanged ( double oldValue, double newValue ) : void | ||
oldValue | double | ${controls_SliderElement_method_OnValueChanged_pram_oldValue} |
newValue | double | ${controls_SliderElement_method_OnValueChanged_pram_newValue} |
return | void |