C# Class X.UI.UserCard.SmallCard

Inheritance: Windows.UI.Xaml.Controls.Control
显示文件 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_oe static_oe property

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

GlowAmountProperty public_oe static_oe property

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

GlowColorProperty public_oe static_oe property

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

IsAvatarOnRightProperty public_oe static_oe property

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

PrimaryNameProperty public_oe static_oe property

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

SecondaryNameProperty public_oe static_oe property

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