Class Transitioner
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class Transitioner : Selector, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild, IZIndexController
- Inheritance
-
Transitioner
- Implements
- Inherited Members
- Extension Methods
Constructors
Transitioner()
public Transitioner()
Fields
AutoApplyTransitionOriginsProperty
public static readonly DependencyProperty AutoApplyTransitionOriginsProperty
Field Value
DefaultTransitionOriginProperty
public static readonly DependencyProperty DefaultTransitionOriginProperty
Field Value
MoveFirstCommand
Moves to the first slide.
public static RoutedCommand MoveFirstCommand
Field Value
MoveLastCommand
Moves to the last slide.
public static RoutedCommand MoveLastCommand
Field Value
MoveNextCommand
Causes the the next slide to be displayed (affectively increments SelectedIndex).
public static RoutedCommand MoveNextCommand
Field Value
MovePreviousCommand
Causes the the previous slide to be displayed (affectively decrements SelectedIndex).
public static RoutedCommand MovePreviousCommand
Field Value
Properties
AutoApplyTransitionOrigins
If enabled, transition origins will be applied to wipes, according to where a transition was triggered from. For example, the mouse point where a user clicks a button.
public bool AutoApplyTransitionOrigins { get; set; }
Property Value
DefaultTransitionOrigin
public Point DefaultTransitionOrigin { get; set; }
Property Value
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
Returns
- DependencyObject
The element that is used to display the given item.
IsItemItsOwnContainerOverride(object)
Determines if the specified item is (or is eligible to be) its own container.
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
item
objectThe item to check.
Returns
OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)
Invoked when an unhandled PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgsThe MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was pressed.
OnSelectionChanged(SelectionChangedEventArgs)
Called when the selection changes.
protected override void OnSelectionChanged(SelectionChangedEventArgs e)
Parameters
e
SelectionChangedEventArgsThe event data.