ArcFM Engine Developer Guide
RandomTransitionSelector Class Members
Fields  Properties  Methods 


The following tables list the members exposed by RandomTransitionSelector.

Public Constructors
 NameDescription
Public ConstructorRandomTransitionSelector Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)TransitionAssembliesPropertyIdentifies the TransitionAssembliesProperty dependency property.  
Public Fieldstatic (Shared in Visual Basic)TransitionDurationPropertyIdentifies the TransitionDurationProperty dependency property.  
Public Fieldstatic (Shared in Visual Basic)TransitionsPropertyIdentifies the TransitionsProperty dependency property.  
Top
Public Properties
 NameDescription
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
Public PropertyTransitionAssembliesGets or sets a list of assembly names that define assemblies containing transitions. This is a dependency property.  
Public PropertyTransitionDurationGets or sets a System.Windows.Duration that all transitions will last. This is a dependency property.  
Public PropertyTransitionsGets or sets the list of transitions that will be used by the RandomTransitionSelector. This is a dependency property.  
Top
Public Methods
 NameDescription
Public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCode (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodSelectTransitionOverridden. Returns a random Transition from the list of Transitions.  
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top
Protected Methods
 NameDescription
Protected MethodOnPropertyChanged (Inherited from System.Windows.DependencyObject)
Protected MethodOnTransitionAssembliesChangedOccurs when the value of the TransitionAssemblies property has changed.  
Protected MethodOnTransitionDurationChangedOccurs when the value of the TransitionDuration property has changed.  
Protected MethodOnTransitionsChangedOccurs when the value of the Transitions property has changed.  
Top
See Also

Reference

RandomTransitionSelector Class
Miner.PresentationFramework.Transtions Namespace

 

 


Send Comment