Rectangle.RadiusYProperty Property

Definition

Identifies the RadiusY dependency property.

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

Property Value

The identifier for the RadiusY dependency property.

Applies to