This documentation is archived and is not being maintained.

SystemDropShadowChrome::CornerRadius Property

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

Namespace:  Microsoft.Windows.Themes
Assemblies:   PresentationFramework.Classic (in PresentationFramework.Classic.dll)
  PresentationFramework.Aero (in PresentationFramework.Aero.dll)
  PresentationFramework.Luna (in PresentationFramework.Luna.dll)
  PresentationFramework.Royale (in PresentationFramework.Royale.dll)

XMLNS for XAML: Not mapped to an xmlns.

public:
property CornerRadius CornerRadius {
	CornerRadius get ();
	void set (CornerRadius value);
}
<object>
  <object.CornerRadius>
    <CornerRadius .../>
  </object.CornerRadius>
</object>
<object CornerRadius="CornerRadius" .../>

Property Value

Type: System.Windows::CornerRadius
The radii of a rectangle's corners.

Identifier field

CornerRadiusProperty

Metadata properties set to true

AffectsRender

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: