C# Class Gymnastika.Controls.Behaviors.WatermarkBehavior

Mostrar archivo Open project: weiqiyiji/Gymnastika

Public Properties

Property Type Description
IsEmptyProperty System.Windows.DependencyProperty
WatermarkProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsEmpty ( DependencyObject obj ) : bool
GetWatermark ( DependencyObject obj ) : string
SetIsEmpty ( DependencyObject obj, bool value ) : void
SetWatermark ( DependencyObject obj, string value ) : void

Private Methods

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

Method Details

GetIsEmpty() public static method

public static GetIsEmpty ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

GetWatermark() public static method

public static GetWatermark ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
return string

SetIsEmpty() public static method

public static SetIsEmpty ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

SetWatermark() public static method

public static SetWatermark ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
return void

Property Details

IsEmptyProperty public_oe static_oe property

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

WatermarkProperty public_oe static_oe property

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