C# Class WinRTXamlToolkit.Controls.SimpleThemingListBoxItem

ListBoxItem implementation for use in SimpleThemingListBox. Provides properties to set brushes for hover states.
Inheritance: Windows.UI.Xaml.Controls.ListBoxItem
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode Description
SimpleThemingListBoxItem ( ) : Windows.UI.Xaml

Initializes a new instance of the SimpleThemingListBoxItem class.

Private Methods

Méthode Description
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnLostFocus ( object sender, RoutedEventArgs e ) : void
OnPointerCaptureLost ( object sender, Windows e ) : void

Handles scrolling by touch.

OnPointerEntered ( object sender, Windows e ) : void
OnPointerExited ( object sender, Windows e ) : void
OnPointerLeftItem ( ) : void
OnPointerOverItem ( ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void

Method Details

SimpleThemingListBoxItem() public méthode

Initializes a new instance of the SimpleThemingListBoxItem class.
public SimpleThemingListBoxItem ( ) : Windows.UI.Xaml
Résultat Windows.UI.Xaml