Border.CornerRadiusProperty Property

Definition

Identifies the CornerRadius dependency property.

public:
 static property DependencyProperty ^ CornerRadiusProperty { DependencyProperty ^ get(); };
static DependencyProperty CornerRadiusProperty();
public static DependencyProperty CornerRadiusProperty { get; }
var dependencyProperty = Border.cornerRadiusProperty;
Public Shared ReadOnly Property CornerRadiusProperty As DependencyProperty

Property Value

The identifier for the CornerRadius dependency property.

Applies to

See also