ArcFM Desktop Developer Guide
ContentTemplate Property


Gets or sets the data template used to display the content of the TransitionElement. This is a dependency property.
Syntax
'Declaration
 
Public Property ContentTemplate As DataTemplate
'Usage
 
Dim instance As TransitionElement
Dim value As DataTemplate
 
instance.ContentTemplate = value
 
value = instance.ContentTemplate
public DataTemplate ContentTemplate {get; set;}
Remarks
Set this property to a System.Windows.DataTemplate to specify the appearance of the TransitionElement. For more information on data templates, see Data Templating Overview.
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