RandomTransitionSelector Class

Transitionals

Transitionals RandomTransitionSelector Class
NamespacesTransitionalsRandomTransitionSelector
A transition selector that randomly selects from a list of available transitions.
Declaration Syntax
C# Visual Basic Visual C++
public class RandomTransitionSelector : TransitionSelector
Public Class RandomTransitionSelector _
	Inherits TransitionSelector
public ref class RandomTransitionSelector : public TransitionSelector
Members
All Members Constructors Methods Properties Fields



Icon Member Description
RandomTransitionSelector()()()
CheckAccess()()() (Inherited from DispatcherObject.)
ClearValue(DependencyProperty) (Inherited from DependencyObject.)
ClearValue(DependencyPropertyKey) (Inherited from DependencyObject.)
CoerceValue(DependencyProperty) (Inherited from DependencyObject.)
DependencyObjectType (Inherited from DependencyObject.)
Dispatcher (Inherited from DispatcherObject.)
Equals(Object) (Inherited from DependencyObject.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()() (Inherited from DependencyObject.)
GetLocalValueEnumerator()()() (Inherited from DependencyObject.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetValue(DependencyProperty) (Inherited from DependencyObject.)
InvalidateProperty(DependencyProperty) (Inherited from DependencyObject.)
IsSealed (Inherited from DependencyObject.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnPropertyChanged(DependencyPropertyChangedEventArgs) (Inherited from DependencyObject.)
OnTransitionAssembliesChanged(DependencyPropertyChangedEventArgs)
Occurs when the value of the TransitionAssemblies property has changed.

OnTransitionDurationChanged(DependencyPropertyChangedEventArgs)
Occurs when the value of the TransitionDuration property has changed.

OnTransitionsChanged(DependencyPropertyChangedEventArgs)
Occurs when the value of the Transitions property has changed.

ReadLocalValue(DependencyProperty) (Inherited from DependencyObject.)
SelectTransition(Object, Object)
Returns a random Transition from the list of Transitions.
(Overrides TransitionSelector.SelectTransition(Object, Object).)
SetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
SetValue(DependencyPropertyKey, Object) (Inherited from DependencyObject.)
ShouldSerializeProperty(DependencyProperty) (Inherited from DependencyObject.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TransitionAssemblies
Gets or sets a list of assembly names that define assemblies containing transitions. This is a dependency property.

TransitionAssembliesProperty
Identifies the TransitionAssembliesProperty dependency property.

TransitionDuration
Gets or sets a Duration that all transitions will last. This is a dependency property.

TransitionDurationProperty
Identifies the TransitionDurationProperty dependency property.

Transitions
Gets or sets the list of transitions that will be used by the RandomTransitionSelector. This is a dependency property.

TransitionsProperty
Identifies the TransitionsProperty dependency property.

VerifyAccess()()() (Inherited from DispatcherObject.)
Remarks

[Missing <remarks> documentation for T:Transitionals.RandomTransitionSelector]

Inheritance Hierarchy
Object
DispatcherObject
  DependencyObject
    TransitionSelector
      RandomTransitionSelector

Assembly: Transitionals (Module: Transitionals) Version: 1.0.0.0 (1.0.0.0)