C# Class X.UI.UserCard.SmallCard

Inheritance: Windows.UI.Xaml.Controls.Control
Show file Open project: liquidboy/X

Public Properties

Property Type Description
AvatarUriProperty Windows.UI.Xaml.DependencyProperty
GlowAmountProperty Windows.UI.Xaml.DependencyProperty
GlowColorProperty Windows.UI.Xaml.DependencyProperty
IsAvatarOnRightProperty Windows.UI.Xaml.DependencyProperty
PrimaryNameProperty Windows.UI.Xaml.DependencyProperty
SecondaryNameProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Invalidate ( double offsetX, double offsetY ) : void
SmallCard ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
OnPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SmallCard_Loaded ( object sender, RoutedEventArgs e ) : void
SmallCard_Unloaded ( object sender, RoutedEventArgs e ) : void

Method Details

Invalidate() public method

public Invalidate ( double offsetX, double offsetY ) : void
offsetX double
offsetY double
return void

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

SmallCard() public method

public SmallCard ( ) : System
return System

Property Details

AvatarUriProperty public static property

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

GlowAmountProperty public static property

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

GlowColorProperty public static property

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

IsAvatarOnRightProperty public static property

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

PrimaryNameProperty public static property

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

SecondaryNameProperty public static property

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