SystemDropShadowChrome.CornerRadius Property

Definition

Gets or sets the radii of a rectangle's corners.

public:
 property System::Windows::CornerRadius CornerRadius { System::Windows::CornerRadius get(); void set(System::Windows::CornerRadius value); };
public System.Windows.CornerRadius CornerRadius { get; set; }
member this.CornerRadius : System.Windows.CornerRadius with get, set
Public Property CornerRadius As CornerRadius

Property Value

The radii of a rectangle's corners.

Remarks

Dependency Property Information

Identifier field CornerRadiusProperty
Metadata properties set to true AffectsRender

Applies to