SystemParameters.WindowCornerRadius Property

Definition

Gets the radius of the corners for a window.

public:
 static property System::Windows::CornerRadius WindowCornerRadius { System::Windows::CornerRadius get(); };
public static System.Windows.CornerRadius WindowCornerRadius { [System.Security.SecurityCritical] get; }
public static System.Windows.CornerRadius WindowCornerRadius { get; }
[<get: System.Security.SecurityCritical>]
static member WindowCornerRadius : System.Windows.CornerRadius
static member WindowCornerRadius : System.Windows.CornerRadius
Public Shared ReadOnly Property WindowCornerRadius As CornerRadius

Property Value

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

Attributes

Applies to