Share via


CreationToolAttribute.ToolType Property

Gets the CreationTool type to instantiate.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property ToolType As Type
    Get
public Type ToolType { get; }
public:
property Type^ ToolType {
    Type^ get ();
}
member ToolType : Type
function get ToolType () : Type

Property Value

Type: System.Type
A Type object that represents the type of the CreationTool to be instantiated.

.NET Framework Security

See Also

Reference

CreationToolAttribute Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility