Syntax
'Declaration
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<CustomCategoryAttribute("Content")>
Public Property ContentTemplate As System.Windows.DataTemplate
'Usage
Dim instance As PrintPreviewControl
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