C# Class SuperMap.Web.Controls.SliderElement

Inheritance: System.Windows.Controls.Primitives.RangeBase
Show file Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Properties

Property Type Description
TrackMarkStyleProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

${controls_SliderElement_method_onApplyTemplate_D}

SliderElement ( ) : System

${controls_SliderElement_constructor_None_D}

Protected Methods

Method Description
NotifyValueChange ( double newValue ) : void

${controls_SliderElement_method_NotifyValueChange_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}

Private Methods

Method Description
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnThumbDragCompleted ( object sender, System.Windows.Controls.Primitives.DragCompletedEventArgs e ) : void
OnThumbDragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
OnThumbDragStarted ( object sender, System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void
OnTrackMarkClicked ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnTrackMarkStylePropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
SignInTrackMark ( TrackMark item ) : void
SignOutTrackMark ( ) : TrackMark

Method Details

NotifyValueChange() protected method

${controls_SliderElement_method_NotifyValueChange_D}
protected NotifyValueChange ( double newValue ) : void
newValue double ${controls_SliderElement_method_NotifyValueChange_pram_newValue}
return void

OnApplyTemplate() public method

${controls_SliderElement_method_onApplyTemplate_D}
public OnApplyTemplate ( ) : void
return void

OnMaximumChanged() protected method

${controls_SliderElement_method_OnMaximumChanged_D}
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

OnMinimumChanged() protected method

${controls_SliderElement_method_OnMinimumChanged_D}
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

OnValueChanged() protected method

${controls_SliderElement_method_OnValueChanged_D}
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

SliderElement() public method

${controls_SliderElement_constructor_None_D}
public SliderElement ( ) : System
return System

UpdateThumbPosition() protected method

${controls_SliderElement_method_UpdateThumbPosition_D}
protected UpdateThumbPosition ( ) : void
return void

UpdateTrackMarks() protected method

${controls_SliderElement_method_UpdateTrackMarks_D}
protected UpdateTrackMarks ( ) : void
return void

Property Details

TrackMarkStyleProperty public static property

${controls_SliderElement_field_trackMarkStyleProperty_D}
public static DependencyProperty,System.Windows TrackMarkStyleProperty
return System.Windows.DependencyProperty