ArcFM Engine Developer Guide
Transition Property (Slideshow)


Gets or sets a single Transition that will be used to switch between content.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property Transition As Transition
'Usage
 
Dim instance As Slideshow
Dim value As Transition
 
instance.Transition = value
 
value = instance.Transition
[DefaultValue("")]
public Transition Transition {get; set;}

Property Value

A single Transition that will be used to switch between content.
Remarks
To use more than one transition, see TransitionSelector.
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