C# Class Krempel.WP7.Core.Controls.ItemTurnstileTransition

Inheritance: Microsoft.Phone.Controls.TransitionElement
Show file Open project: weiran/Metropaper Class Usage Examples

Public Properties

Property Type Description
IsSelectedProperty System.Windows.DependencyProperty
IsTurnstileItemProperty System.Windows.DependencyProperty
ItemContinuumModeProperty System.Windows.DependencyProperty
XModeProperty System.Windows.DependencyProperty
YModeProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsSelected ( UIElement element ) : bool?
GetIsTurnstileItem ( UIElement element ) : System.Boolean
GetItemContinuumMode ( UIElement element ) : ContinuumModeEnum
GetTransition ( UIElement element ) : ITransition
ItemTurnstileTransition ( ) : System
SetIsSelected ( UIElement element, bool value ) : void
SetIsTurnstileItem ( UIElement element, System.Boolean value ) : void
SetItemContinuumMode ( UIElement element, ContinuumModeEnum value ) : void

Method Details

GetIsSelected() public static method

public static GetIsSelected ( UIElement element ) : bool?
element UIElement
return bool?

GetIsTurnstileItem() public static method

public static GetIsTurnstileItem ( UIElement element ) : System.Boolean
element UIElement
return System.Boolean

GetItemContinuumMode() public static method

public static GetItemContinuumMode ( UIElement element ) : ContinuumModeEnum
element UIElement
return ContinuumModeEnum

GetTransition() public method

public GetTransition ( UIElement element ) : ITransition
element UIElement
return ITransition

ItemTurnstileTransition() public method

public ItemTurnstileTransition ( ) : System
return System

SetIsSelected() public static method

public static SetIsSelected ( UIElement element, bool value ) : void
element UIElement
value bool
return void

SetIsTurnstileItem() public static method

public static SetIsTurnstileItem ( UIElement element, System.Boolean value ) : void
element UIElement
value System.Boolean
return void

SetItemContinuumMode() public static method

public static SetItemContinuumMode ( UIElement element, ContinuumModeEnum value ) : void
element UIElement
value ContinuumModeEnum
return void

Property Details

IsSelectedProperty public static property

public static DependencyProperty,System.Windows IsSelectedProperty
return System.Windows.DependencyProperty

IsTurnstileItemProperty public static property

public static DependencyProperty,System.Windows IsTurnstileItemProperty
return System.Windows.DependencyProperty

ItemContinuumModeProperty public static property

public static DependencyProperty,System.Windows ItemContinuumModeProperty
return System.Windows.DependencyProperty

XModeProperty public static property

public static DependencyProperty,System.Windows XModeProperty
return System.Windows.DependencyProperty

YModeProperty public static property

public static DependencyProperty,System.Windows YModeProperty
return System.Windows.DependencyProperty