C# 클래스 Xceed.Wpf.Toolkit.RangeSlider

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HigherRangeBackgroundProperty System.Windows.DependencyProperty
HigherRangeStyleProperty System.Windows.DependencyProperty
HigherRangeWidthProperty System.Windows.DependencyProperty
HigherThumbBackgroundProperty System.Windows.DependencyProperty
HigherValueChangedEvent System.Windows.RoutedEvent
HigherValueProperty System.Windows.DependencyProperty
LowerRangeBackgroundProperty System.Windows.DependencyProperty
LowerRangeStyleProperty System.Windows.DependencyProperty
LowerRangeWidthProperty System.Windows.DependencyProperty
LowerThumbBackgroundProperty System.Windows.DependencyProperty
LowerValueChangedEvent System.Windows.RoutedEvent
LowerValueProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty
RangeBackgroundProperty System.Windows.DependencyProperty
RangeStyleProperty System.Windows.DependencyProperty
RangeWidthProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
OnHigherValueChanged ( double oldValue, double newValue ) : void
OnLowerValueChanged ( double oldValue, double newValue ) : void
OnMaximumChanged ( double oldValue, double newValue ) : void
OnMinimumChanged ( double oldValue, double newValue ) : void
OnOrientationChanged ( Orientation oldValue, Orientation newValue ) : void

비공개 메소드들

메소드 설명
AdjustView ( ) : void
CoerceStep ( DependencyObject sender, object value ) : object
GetCoercedValues ( ) : CoercedValues
GetThumbHeight ( System.Windows.Controls.Slider slider ) : double
GetThumbWidth ( System.Windows.Controls.Slider slider ) : double
HigherRange_Click ( object sender, RoutedEventArgs e ) : void
HigherSlider_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
LowerRange_Click ( object sender, RoutedEventArgs e ) : void
LowerSlider_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
OnHigherValueChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnLowerValueChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnMaximumChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnMinimumChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnOrientationChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RangeSlider ( ) : System
RangeSlider_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
SetHigherSliderValues ( double value, double minimum, double maximum ) : void
SetLowerSliderValues ( double value, double minimum, double maximum ) : void
SetSliderValues ( System.Windows.Controls.Slider slider, RoutedPropertyChangedEventHandler handler, double value, double minimum, double maximum ) : void
SetSlidersMargins ( ) : void
Slider_Loaded ( object sender, RoutedEventArgs e ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnHigherValueChanged() 보호된 메소드

protected OnHigherValueChanged ( double oldValue, double newValue ) : void
oldValue double
newValue double
리턴 void

OnLowerValueChanged() 보호된 메소드

protected OnLowerValueChanged ( double oldValue, double newValue ) : void
oldValue double
newValue double
리턴 void

OnMaximumChanged() 보호된 메소드

protected OnMaximumChanged ( double oldValue, double newValue ) : void
oldValue double
newValue double
리턴 void

OnMinimumChanged() 보호된 메소드

protected OnMinimumChanged ( double oldValue, double newValue ) : void
oldValue double
newValue double
리턴 void

OnOrientationChanged() 보호된 메소드

protected OnOrientationChanged ( Orientation oldValue, Orientation newValue ) : void
oldValue Orientation
newValue Orientation
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

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

# TODODOC Get/Set the Brush for the Range between higher/maximum values. (Brush)
public static DependencyProperty,System.Windows HigherRangeBackgroundProperty
리턴 System.Windows.DependencyProperty

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

# TODODOC Get/Set the Style for the Range between Higher/Maximum values. (Style)
public static DependencyProperty,System.Windows HigherRangeStyleProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows HigherRangeWidthProperty
리턴 System.Windows.DependencyProperty

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

# TODODOC Get/Set the Brush for the HigherValue thumb back of the icons [active state]. (Brush)
public static DependencyProperty,System.Windows HigherThumbBackgroundProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedEvent,System.Windows HigherValueChangedEvent
리턴 System.Windows.RoutedEvent

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

# TODODOC HigherValue property represents the higher value within the selected range.
public static DependencyProperty,System.Windows HigherValueProperty
리턴 System.Windows.DependencyProperty

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

# TODODOC Get/Set the Brush for the Range between minimum/lower values . (Brush)
public static DependencyProperty,System.Windows LowerRangeBackgroundProperty
리턴 System.Windows.DependencyProperty

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

# TODODOC Get/Set the Style for the Range between Minimum/Lower values. (Style)
public static DependencyProperty,System.Windows LowerRangeStyleProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows LowerRangeWidthProperty
리턴 System.Windows.DependencyProperty

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

# TODODOC Get/Set the Brush for the LowerValue thumb back of the icons [active state]. (Brush)
public static DependencyProperty,System.Windows LowerThumbBackgroundProperty
리턴 System.Windows.DependencyProperty

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

public static RoutedEvent,System.Windows LowerValueChangedEvent
리턴 System.Windows.RoutedEvent

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

# TODODOC LowerValue property represents the lower value within the selected range.
public static DependencyProperty,System.Windows LowerValueProperty
리턴 System.Windows.DependencyProperty

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

# TODODOC Maximum property represents the maximum value, which can be selected, in a range.
public static DependencyProperty,System.Windows MaximumProperty
리턴 System.Windows.DependencyProperty

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

//#TODODOC Minimum property represents the minimum value, which can be selected, in a range.
public static DependencyProperty,System.Windows MinimumProperty
리턴 System.Windows.DependencyProperty

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

# TODODOC Get/Set the RangeSlider orientation.
public static DependencyProperty,System.Windows OrientationProperty
리턴 System.Windows.DependencyProperty

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

# TODODOC Get/Set the Brush for the Range between lower/higher values [active state]. (Brush)
public static DependencyProperty,System.Windows RangeBackgroundProperty
리턴 System.Windows.DependencyProperty

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

# TODODOC Get/Set the Style for the Range between Lower/Higher values. (Style)
public static DependencyProperty,System.Windows RangeStyleProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows RangeWidthProperty
리턴 System.Windows.DependencyProperty