Delen via


CreationCommands.Create Property

Gets a command identifier for creating new objects.

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

Syntax

'Declaration
Public Shared ReadOnly Property Create As RoutedCommand
'Usage
Dim value As RoutedCommand 

value = CreationCommands.Create
public static RoutedCommand Create { get; }
public:
static property RoutedCommand^ Create {
    RoutedCommand^ get ();
}
public 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

CreationCommands Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility