Table of Contents

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

DependencyProperty

DefaultTransitionOriginProperty

public static readonly DependencyProperty DefaultTransitionOriginProperty

Field Value

DependencyProperty

MoveFirstCommand

Moves to the first slide.

public static RoutedCommand MoveFirstCommand

Field Value

RoutedCommand

MoveLastCommand

Moves to the last slide.

public static RoutedCommand MoveLastCommand

Field Value

RoutedCommand

MoveNextCommand

Causes the the next slide to be displayed (affectively increments SelectedIndex).

public static RoutedCommand MoveNextCommand

Field Value

RoutedCommand

MovePreviousCommand

Causes the the previous slide to be displayed (affectively decrements SelectedIndex).

public static RoutedCommand MovePreviousCommand

Field Value

RoutedCommand

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

bool

DefaultTransitionOrigin

public Point DefaultTransitionOrigin { get; set; }

Property Value

Point

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 object

The item to check.

Returns

bool

true if the item is (or is eligible to be) its own container; otherwise, false.

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 MouseButtonEventArgs

The 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 SelectionChangedEventArgs

The event data.