Property | Type | Description | |
---|---|---|---|
IsSelectedProperty | |||
IsTurnstileItemProperty | |||
ItemContinuumModeProperty | |||
XModeProperty | |||
YModeProperty |
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 |
public static GetIsSelected ( UIElement element ) : bool? | ||
element | UIElement | |
return | bool? |
public static GetIsTurnstileItem ( UIElement element ) : System.Boolean | ||
element | UIElement | |
return | System.Boolean |
public static GetItemContinuumMode ( UIElement element ) : ContinuumModeEnum | ||
element | UIElement | |
return | ContinuumModeEnum |
public GetTransition ( UIElement element ) : ITransition | ||
element | UIElement | |
return | ITransition |
public static SetIsSelected ( UIElement element, bool value ) : void | ||
element | UIElement | |
value | bool | |
return | void |
public static SetIsTurnstileItem ( UIElement element, System.Boolean value ) : void | ||
element | UIElement | |
value | System.Boolean | |
return | void |
public static SetItemContinuumMode ( UIElement element, ContinuumModeEnum value ) : void | ||
element | UIElement | |
value | ContinuumModeEnum | |
return | void |
public static DependencyProperty,System.Windows IsSelectedProperty | ||
return |
public static DependencyProperty,System.Windows IsTurnstileItemProperty | ||
return |
public static DependencyProperty,System.Windows ItemContinuumModeProperty | ||
return |
public static DependencyProperty,System.Windows XModeProperty | ||
return |