ToolboxControl::ToolTemplate Property

.NET Framework (current version)
 

Gets or sets the data template used for the tools.

Namespace:   System.Activities.Presentation.Toolbox
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property DataTemplate^ ToolTemplate {
	DataTemplate^ get();
	void set(DataTemplate^ value);
}

Property Value

Type: System.Windows::DataTemplate^

The DataTemplate used for the tools.

.NET Framework
Available since 4.0
Return to top
Show: