Miner.PresentationFramework Assembly > Miner.PresentationFramework.Transtions Namespace : RandomTransitionSelector Class |
The following tables list the members exposed by RandomTransitionSelector.
Name | Description | |
---|---|---|
![]() | RandomTransitionSelector Constructor |
Name | Description | |
---|---|---|
![]() ![]() | TransitionAssembliesProperty | Identifies the TransitionAssembliesProperty dependency property. |
![]() ![]() | TransitionDurationProperty | Identifies the TransitionDurationProperty dependency property. |
![]() ![]() | TransitionsProperty | Identifies the TransitionsProperty dependency property. |
Name | Description | |
---|---|---|
![]() | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | IsSealed | (Inherited from System.Windows.DependencyObject) |
![]() | TransitionAssemblies | Gets or sets a list of assembly names that define assemblies containing transitions. This is a dependency property. |
![]() | TransitionDuration | Gets or sets a System.Windows.Duration that all transitions will last. This is a dependency property. |
![]() | Transitions | Gets or sets the list of transitions that will be used by the RandomTransitionSelector. This is a dependency property. |
Name | Description | |
---|---|---|
![]() | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | (Inherited from System.Windows.DependencyObject) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | GetHashCode | (Inherited from System.Windows.DependencyObject) |
![]() | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | SelectTransition | Overridden. Returns a random Transition from the list of Transitions. |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | (Inherited from System.Windows.DependencyObject) |
![]() | OnTransitionAssembliesChanged | Occurs when the value of the TransitionAssemblies property has changed. |
![]() | OnTransitionDurationChanged | Occurs when the value of the TransitionDuration property has changed. |
![]() | OnTransitionsChanged | Occurs when the value of the Transitions property has changed. |