Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.