UserControl.ContentProperty Property

Definition

Identifies the Content dependency property.

public:
 static property DependencyProperty ^ ContentProperty { DependencyProperty ^ get(); };
static DependencyProperty ContentProperty();
public static DependencyProperty ContentProperty { get; }
var dependencyProperty = UserControl.contentProperty;
Public Shared ReadOnly Property ContentProperty As DependencyProperty

Property Value

The identifier for the Content dependency property.

Applies to