C# Class X.Browser.ViewModels.TabThumbnailSprite

Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
Delete ( UIElement &surface ) : void
Draw ( UIElement &surface ) : void

Private Methods

Méthode Description
DelayedDelete ( int millisecondsToDelay, UIElement surface, UIElement rootElement, int fadeDuration = 80 ) : void
DelayedShow ( int millisecondsToDelay, UIElement surface, int fadeDuration = 15 ) : void

Method Details

Delete() public méthode

public Delete ( UIElement &surface ) : void
surface Windows.UI.Xaml.UIElement
Résultat void

Draw() public méthode

public Draw ( UIElement &surface ) : void
surface Windows.UI.Xaml.UIElement
Résultat void