ArcFM Desktop Developer Guide
TransitionDuration Property


Gets or sets a System.Windows.Duration that all transitions will last. This is a dependency property.
Syntax
'Declaration
 
Public Property TransitionDuration As Duration
'Usage
 
Dim instance As RandomTransitionSelector
Dim value As Duration
 
instance.TransitionDuration = value
 
value = instance.TransitionDuration
public Duration TransitionDuration {get; set;}

Property Value

The System.Windows.Duration that all transitions will last, or System.Windows.Duration.Automatic to allow each transition to have it's own unique duration. The default value is System.Windows.Duration.Automatic.
Remarks
Each transition provides its own default duration even if one isn't specified in markup. Setting this property to System.Windows.Duration.Automatic (the default) will honor these defaults or any durations specified in markup. If a value other than System.Windows.Duration.Automatic is supplied, the specified duration will replace the duration for each Transition in the Transitions list as it is used.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

RandomTransitionSelector Class
RandomTransitionSelector Members

 

 


Send Comment