C# Class Sakuno.KanColle.Amatsukaze.Controls.Indicator

Inheritance: System.Windows.Controls.Control
显示文件 Open project: amatukaze/IntelligentNavalGun

Public Properties

Property Type Description
MaximumProperty System.Windows.DependencyProperty
MedianProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnMaximumChanged ( int rpValue ) : void
OnMedianChanged ( int rpValue ) : void
OnValueChanged ( int rpValue ) : void

Private Methods

Method Description
Indicator ( ) : System
SetIndicatorLength ( int rpValue ) : void
SetMedianIndicatorLength ( int rpValue ) : void
Track_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnMaximumChanged() protected method

protected OnMaximumChanged ( int rpValue ) : void
rpValue int
return void

OnMedianChanged() protected method

protected OnMedianChanged ( int rpValue ) : void
rpValue int
return void

OnValueChanged() protected method

protected OnValueChanged ( int rpValue ) : void
rpValue int
return void

Property Details

MaximumProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaximumProperty
return System.Windows.DependencyProperty

MedianProperty public_oe static_oe property

public static DependencyProperty,System.Windows MedianProperty
return System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
return System.Windows.DependencyProperty