C# Class Gymnastika.Controls.Behaviors.WatermarkBehavior

Afficher le fichier Open project: weiqiyiji/Gymnastika

Méthodes publiques

Свойство Type Description
IsEmptyProperty System.Windows.DependencyProperty
WatermarkProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetIsEmpty ( DependencyObject obj ) : bool
GetWatermark ( DependencyObject obj ) : string
SetIsEmpty ( DependencyObject obj, bool value ) : void
SetWatermark ( DependencyObject obj, string value ) : void

Private Methods

Méthode Description
OnIsEmptyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPasswordChanged ( object sender, RoutedEventArgs e ) : void

Method Details

GetIsEmpty() public static méthode

public static GetIsEmpty ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

GetWatermark() public static méthode

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

SetIsEmpty() public static méthode

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

SetWatermark() public static méthode

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

Property Details

IsEmptyProperty public_oe static_oe property

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

WatermarkProperty public_oe static_oe property

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