FrameworkElement.NameProperty Property

Definition

Identifies the Name  dependency property.

public:
 static property DependencyProperty ^ NameProperty { DependencyProperty ^ get(); };
static DependencyProperty NameProperty();
public static DependencyProperty NameProperty { get; }
var dependencyProperty = FrameworkElement.nameProperty;
Public Shared ReadOnly Property NameProperty As DependencyProperty

Property Value

The identifier for the Name  dependency property.

Applies to