Partager via


CreationCommands.CreateAt, propriété

Obtient un identificateur de commande d'outil pour créer des objets à la position actuelle.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property CreateAt As ToolCommand
    Get
public static ToolCommand CreateAt { get; }
public:
static property ToolCommand^ CreateAt {
    ToolCommand^ get ();
}
static member CreateAt : ToolCommand
static function get CreateAt () : ToolCommand

Valeur de propriété

Type : Microsoft.Windows.Design.Interaction.ToolCommand
Identificateur de commande d'outil permettant de créer des objets à la position actuelle.

Notes

Cette propriété crée l'objet au niveau du CurrentPosition des données de mouvement. Les données de mouvement doivent être du type MouseGestureData.

Sécurité .NET Framework

Voir aussi

Référence

CreationCommands Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF