Rectangle.RadiusXProperty Property

Definition

Identifies the RadiusX dependency property.

public:
 static property DependencyProperty ^ RadiusXProperty { DependencyProperty ^ get(); };
static DependencyProperty RadiusXProperty();
public static DependencyProperty RadiusXProperty { get; }
var dependencyProperty = Rectangle.radiusXProperty;
Public Shared ReadOnly Property RadiusXProperty As DependencyProperty

Property Value

The identifier for the RadiusX dependency property.

Applies to