C# Class Microsoft.Phone.Controls.Primitives.LoopingSelectorItem

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: Kinnara/WPToolkit Class Usage Examples

Private Properties

Свойство Type Description
GetState State
InsertAfter void
InsertBefore void
LoopingSelectorItem_LostMouseCapture void
LoopingSelectorItem_MouseLeftButtonDown void
LoopingSelectorItem_MouseLeftButtonUp void
LoopingSelectorItem_Tap void
Remove void
SetState void

Méthodes publiques

Méthode Description
LoopingSelectorItem ( ) : System

Create a new LoopingSelectorItem.

OnApplyTemplate ( ) : void

Override of OnApplyTemplate

Private Methods

Méthode Description
GetState ( ) : State

Returns the current state.

InsertAfter ( LoopingSelectorItem after ) : void
InsertBefore ( LoopingSelectorItem before ) : void
LoopingSelectorItem_LostMouseCapture ( object sender, System.Windows.Input.MouseEventArgs e ) : void
LoopingSelectorItem_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
LoopingSelectorItem_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
LoopingSelectorItem_Tap ( object sender, System e ) : void
Remove ( ) : void
SetState ( State newState, bool useTransitions ) : void

Put this item into a new state.

Method Details

LoopingSelectorItem() public méthode

Create a new LoopingSelectorItem.
public LoopingSelectorItem ( ) : System
Résultat System

OnApplyTemplate() public méthode

Override of OnApplyTemplate
public OnApplyTemplate ( ) : void
Résultat void