SystemParameters.WindowCornerRadius Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.