C# 클래스 SuperMap.WinRT.Controls.SliderElement

상속: Windows.UI.Xaml.Controls.Primitives.RangeBase
파일 보기 프로젝트 열기: SuperMap/iClient-for-Win8 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TrackMarkStyleProperty DependencyProperty

공개 메소드들

메소드 설명
SliderElement ( ) : System

${controls_SliderElement_constructor_None_D}

보호된 메소드들

메소드 설명
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}

비공개 메소드들

메소드 설명
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnThumbDragCompleted ( object sender, DragCompletedEventArgs e ) : void
OnThumbDragDelta ( object sender, DragDeltaEventArgs e ) : void
OnThumbDragStarted ( object sender, DragStartedEventArgs e ) : void
OnTrackMarkStylePropertyChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs args ) : void
SignInTrackMark ( TrackMark item ) : void
SignOutTrackMark ( ) : TrackMark
mark_PointerPressed ( object sender, Windows e ) : void

메소드 상세

NotifyValueChange() 보호된 메소드

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

OnApplyTemplate() 보호된 메소드

${controls_SliderElement_method_onApplyTemplate_D}
protected OnApplyTemplate ( ) : void
리턴 void

OnMaximumChanged() 보호된 메소드

${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}
리턴 void

OnMinimumChanged() 보호된 메소드

${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}
리턴 void

OnValueChanged() 보호된 메소드

${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}
리턴 void

SliderElement() 공개 메소드

${controls_SliderElement_constructor_None_D}
public SliderElement ( ) : System
리턴 System

UpdateThumbPosition() 보호된 메소드

${controls_SliderElement_method_UpdateThumbPosition_D}
protected UpdateThumbPosition ( ) : void
리턴 void

UpdateTrackMarks() 보호된 메소드

${controls_SliderElement_method_UpdateTrackMarks_D}
protected UpdateTrackMarks ( ) : void
리턴 void

프로퍼티 상세

TrackMarkStyleProperty 공개적으로 정적으로 프로퍼티

${controls_SliderElement_field_trackMarkStyleProperty_D}
public static DependencyProperty TrackMarkStyleProperty
리턴 DependencyProperty