C# Class Vidyano.View.PasswordBoxEx

Show file Open project: stevehansen/vidyano_v1

Public Properties

Property Type Description
HintProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetHint ( DependencyObject obj ) : string
SetHint ( DependencyObject obj, string value ) : void

Private Methods

Method Description
Box_Loaded ( object sender, RoutedEventArgs e ) : void
Box_PasswordChanged ( object sender, RoutedEventArgs e ) : void
Hint_Changed ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetHint() public static method

public static GetHint ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
return string

SetHint() public static method

public static SetHint ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
return void

Property Details

HintProperty public static property

public static DependencyProperty,Windows.UI.Xaml HintProperty
return Windows.UI.Xaml.DependencyProperty