Share via


CreationCommands.Create Property

Gets a command identifier for creating new objects.

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

Syntax

'Declaration
Public Shared ReadOnly Property Create As RoutedCommand
    Get
public static RoutedCommand Create { get; }
public:
static property RoutedCommand^ Create {
    RoutedCommand^ get ();
}
static member Create : RoutedCommand
static function get Create () : RoutedCommand

Property Value

Type: System.Windows.Input.RoutedCommand
A command identifier for creating new objects.

Remarks

This property creates the object in the middle of the target.

.NET Framework Security

See Also

Reference

CreationCommands Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility