ArcFM Desktop Developer Guide
Content Property


Gets or sets the content that is presented in the TransitionElement. This is a dependency property.
Syntax
'Declaration
 
Public Property Content As Object
'Usage
 
Dim instance As TransitionElement
Dim value As Object
 
instance.Content = value
 
value = instance.Content
public object Content {get; set;}

Property Value

The content that is presented in the TransitionElement.
Remarks
If a transition is specified on the Transition property, changing the value of this property will automatically cause the transition to begin.
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

TransitionElement Class
TransitionElement Members

 

 


Send Comment