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

Inheritance: System.Windows.Controls.ContentControl
Mostra file Open project: Kinnara/WPToolkit Class Usage Examples

Private Properties

Property Type Description
GetState State
InsertAfter void
InsertBefore void
LoopingSelectorItem_LostMouseCapture void
LoopingSelectorItem_MouseLeftButtonDown void
LoopingSelectorItem_MouseLeftButtonUp void
LoopingSelectorItem_Tap void
Remove void
SetState void

Public Methods

Method Description
LoopingSelectorItem ( ) : System

Create a new LoopingSelectorItem.

OnApplyTemplate ( ) : void

Override of OnApplyTemplate

Private Methods

Method 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 method

Create a new LoopingSelectorItem.
public LoopingSelectorItem ( ) : System
return System

OnApplyTemplate() public method

Override of OnApplyTemplate
public OnApplyTemplate ( ) : void
return void