StandardUICommand.KindProperty Property

Definition

Identifies the Kind dependency property.

public:
 static property DependencyProperty ^ KindProperty { DependencyProperty ^ get(); };
static DependencyProperty KindProperty();
public static DependencyProperty KindProperty { get; }
var dependencyProperty = StandardUICommand.kindProperty;
Public Shared ReadOnly Property KindProperty As DependencyProperty

Property Value

The identifier for the Kind dependency property.

Applies to

See also