C# Class Vidyano.View.Controls.AppBarUserButton

Inheritance: Windows.UI.Xaml.Controls.Button
Show file Open project: stevehansen/vidyano_v1

Public Properties

Property Type Description
FirstNamePartProperty Windows.UI.Xaml.DependencyProperty
SecondNamePartProperty Windows.UI.Xaml.DependencyProperty
SecondNamePartVisibilityProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
AppBarUserButton ( ) : System

Protected Methods

Method Description
OnPointerEntered ( Windows e ) : void
OnPointerExited ( Windows e ) : void

Private Methods

Method Description
AppBarUserButton_Click ( object sender, RoutedEventArgs e ) : void
RemoveUserPicture ( ) : System.Threading.Tasks.Task
UserPictureFromUrl ( string url ) : Task

Method Details

AppBarUserButton() public method

public AppBarUserButton ( ) : System
return System

OnPointerEntered() protected method

protected OnPointerEntered ( Windows e ) : void
e Windows
return void

OnPointerExited() protected method

protected OnPointerExited ( Windows e ) : void
e Windows
return void

Property Details

FirstNamePartProperty public static property

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

SecondNamePartProperty public static property

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

SecondNamePartVisibilityProperty public static property

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