Share via


CreationTool.CreationType Property

Gets or sets the type of object this tool should create.

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

Syntax

'Declaration
Public Property CreationType As Type
    Get
    Set
public Type CreationType { get; set; }
public:
property Type^ CreationType {
    Type^ get ();
    void set (Type^ value);
}
member CreationType : Type with get, set
function get CreationType () : Type
function set CreationType (value : Type)

Property Value

Type: System.Type
A Type object representing the type of object this tool should create. For example, if this tool is to create a button, this property should be typeof(Button).

.NET Framework Security

See Also

Reference

CreationTool Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility