C# 클래스 Yuhan.WPF.Controls.GaugeBar

GuageBar.xaml에 대한 상호 작용 논리
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: hansuky/Yuhan 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BorderBrushProperty System.Windows.DependencyProperty
PercentageProperty System.Windows.DependencyProperty
ShowValueProperty System.Windows.DependencyProperty
TBarBackgroundProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
VBarBackgroundProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GaugeBar ( ) : System
PercentageChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

보호된 메소드들

메소드 설명
OnBorderBrushChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTBarBackgroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVBarBackgroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
GaugeBar_Loaded ( object sender, RoutedEventArgs e ) : void
GaugeBar_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
SetPercentageBarSize ( ) : void
SetPercentageBarSize ( Double percentage ) : void

메소드 상세

GaugeBar() 공개 메소드

public GaugeBar ( ) : System
리턴 System

OnBorderBrushChanged() 보호된 정적인 메소드

protected static OnBorderBrushChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnTBarBackgroundChanged() 보호된 정적인 메소드

protected static OnTBarBackgroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnVBarBackgroundChanged() 보호된 정적인 메소드

protected static OnVBarBackgroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

PercentageChanged() 공개 정적인 메소드

public static PercentageChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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