ComponentOne Basic Library for WPF and Silverlight
Template Property (C1EditableContentControl)


C1.WPF Namespace > C1EditableContentControl Class : Template Property
Syntax
'Declaration
 
Public Property Template As System.Windows.Controls.ControlTemplate
'Usage
 
Dim instance As C1EditableContentControl
Dim value As System.Windows.Controls.ControlTemplate
 
instance.Template = value
 
value = instance.Template
public System.Windows.Controls.ControlTemplate Template {get; set;}
See Also

Reference

C1EditableContentControl Class
C1EditableContentControl Members