C# Class PaulStovell.TrialBalance.UserInterface.Providers.DescriptionProvider

Afficher le fichier Open project: PaulStovell/trial-balance

Méthodes publiques

Свойство Type Description
DescriptionHorizontalAlignmentProperty System.Windows.DependencyProperty
DescriptionTextProperty System.Windows.DependencyProperty
DescriptionVerticalAlignmentProperty System.Windows.DependencyProperty
HasTextProperty System.Windows.DependencyPropertyKey

Méthodes publiques

Méthode Description
GetDescriptionHorizontalAlignment ( DependencyObject obj ) : HorizontalAlignment
GetDescriptionText ( DependencyObject obj ) : string
GetDescriptionVerticalAlignment ( DependencyObject obj ) : VerticalAlignment
GetHasText ( DependencyObject o ) : bool
SetDescriptionHorizontalAlignment ( DependencyObject obj, HorizontalAlignment value ) : void
SetDescriptionText ( DependencyObject obj, string value ) : void
SetDescriptionVerticalAlignment ( DependencyObject obj, VerticalAlignment value ) : void

Private Methods

Méthode Description
DescriptionTextProperty_PropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RememberHasText ( TextBox textBox ) : void
TextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

GetDescriptionHorizontalAlignment() public static méthode

public static GetDescriptionHorizontalAlignment ( DependencyObject obj ) : HorizontalAlignment
obj System.Windows.DependencyObject
Résultat HorizontalAlignment

GetDescriptionText() public static méthode

public static GetDescriptionText ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
Résultat string

GetDescriptionVerticalAlignment() public static méthode

public static GetDescriptionVerticalAlignment ( DependencyObject obj ) : VerticalAlignment
obj System.Windows.DependencyObject
Résultat VerticalAlignment

GetHasText() public static méthode

public static GetHasText ( DependencyObject o ) : bool
o System.Windows.DependencyObject
Résultat bool

SetDescriptionHorizontalAlignment() public static méthode

public static SetDescriptionHorizontalAlignment ( DependencyObject obj, HorizontalAlignment value ) : void
obj System.Windows.DependencyObject
value HorizontalAlignment
Résultat void

SetDescriptionText() public static méthode

public static SetDescriptionText ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
Résultat void

SetDescriptionVerticalAlignment() public static méthode

public static SetDescriptionVerticalAlignment ( DependencyObject obj, VerticalAlignment value ) : void
obj System.Windows.DependencyObject
value VerticalAlignment
Résultat void

Property Details

DescriptionHorizontalAlignmentProperty public_oe static_oe property

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

DescriptionTextProperty public_oe static_oe property

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

DescriptionVerticalAlignmentProperty public_oe static_oe property

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

HasTextProperty public_oe static_oe property

public static DependencyPropertyKey,System.Windows HasTextProperty
Résultat System.Windows.DependencyPropertyKey