ArcFM Engine Developer Guide
TransitionSelector Property (Slideshow)


Gets or sets a class instance that will provide transitions to the Slideshow.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property TransitionSelector As TransitionSelector
'Usage
 
Dim instance As Slideshow
Dim value As TransitionSelector
 
instance.TransitionSelector = value
 
value = instance.TransitionSelector
[DefaultValue("")]
public TransitionSelector TransitionSelector {get; set;}

Property Value

A TransitionSelector instance that will provide transitions.
Remarks
To use only a single transition, see the Transition property.
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

Slideshow Class
Slideshow Members

 

 


Send Comment