ComponentOne Basic Library for WPF and Silverlight
ContentTemplate Property (C1SlideContentControl)


C1.WPF Namespace > C1SlideContentControl Class : ContentTemplate Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<CustomCategoryAttribute("Content")>
Public Property ContentTemplate As System.Windows.DataTemplate
'Usage
 
Dim instance As C1SlideContentControl
Dim value As System.Windows.DataTemplate
 
instance.ContentTemplate = value
 
value = instance.ContentTemplate
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[CustomCategory("Content")]
public System.Windows.DataTemplate ContentTemplate {get; set;}
See Also

Reference

C1SlideContentControl Class
C1SlideContentControl Members