C# Class Yuhan.WPF.Controls.GaugeBar

GuageBar.xaml에 대한 상호 작용 논리
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: hansuky/Yuhan Class Usage Examples

Méthodes publiques

Свойство Type Description
BorderBrushProperty System.Windows.DependencyProperty
PercentageProperty System.Windows.DependencyProperty
ShowValueProperty System.Windows.DependencyProperty
TBarBackgroundProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
VBarBackgroundProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GaugeBar ( ) : System
PercentageChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
OnBorderBrushChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTBarBackgroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVBarBackgroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Méthode Description
GaugeBar_Loaded ( object sender, RoutedEventArgs e ) : void
GaugeBar_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
SetPercentageBarSize ( ) : void
SetPercentageBarSize ( Double percentage ) : void

Method Details

GaugeBar() public méthode

public GaugeBar ( ) : System
Résultat System

OnBorderBrushChanged() protected static méthode

protected static OnBorderBrushChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnTBarBackgroundChanged() protected static méthode

protected static OnTBarBackgroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnVBarBackgroundChanged() protected static méthode

protected static OnVBarBackgroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

PercentageChanged() public static méthode

public static PercentageChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

Property Details

BorderBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows BorderBrushProperty
Résultat System.Windows.DependencyProperty

PercentageProperty public_oe static_oe property

public static DependencyProperty,System.Windows PercentageProperty
Résultat System.Windows.DependencyProperty

ShowValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShowValueProperty
Résultat System.Windows.DependencyProperty

TBarBackgroundProperty public_oe static_oe property

public static DependencyProperty,System.Windows TBarBackgroundProperty
Résultat System.Windows.DependencyProperty

TextProperty public_oe static_oe property

public static DependencyProperty,System.Windows TextProperty
Résultat System.Windows.DependencyProperty

VBarBackgroundProperty public_oe static_oe property

public static DependencyProperty,System.Windows VBarBackgroundProperty
Résultat System.Windows.DependencyProperty