Delen via


CreationCommands.CreateAt Property

Gets a tool command identifier for creating new objects at the current position.

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

Syntax

'Declaration
Public Shared ReadOnly Property CreateAt As ToolCommand
'Usage
Dim value As ToolCommand 

value = CreationCommands.CreateAt
public static ToolCommand CreateAt { get; }
public:
static property ToolCommand^ CreateAt {
    ToolCommand^ get ();
}
public static function get CreateAt () : ToolCommand

Property Value

Type: Microsoft.Windows.Design.Interaction.ToolCommand
A tool command identifier for creating new objects at the current position.

Remarks

This property creates the object at the gesture data’s CurrentPosition. The gesture data must be of type MouseGestureData.

.NET Framework Security

See Also

Reference

CreationCommands Class

CreationCommands Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility