Share via


SystemParameters2.WindowCornerRadius Property

Gets the degree to which the corners of a window are rounded.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property WindowCornerRadius As CornerRadius
public CornerRadius WindowCornerRadius { get; private set; }
public:
property CornerRadius WindowCornerRadius {
    CornerRadius get ();
    private: void set (CornerRadius value);
}
member WindowCornerRadius : CornerRadius with get, private set
function get WindowCornerRadius () : CornerRadius
private function set WindowCornerRadius (value : CornerRadius)

Property Value

Type: System.Windows.CornerRadius
The degree to which the corners of a window are rounded.

.NET Framework Security

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace